mirror of https://github.com/docker/compose.git
Fix typo
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
fce6d78750
commit
a33f3e17f8
|
@ -45,7 +45,7 @@ func main() {
|
||||||
})
|
})
|
||||||
|
|
||||||
It("creates a new aci context for tests", func() {
|
It("creates a new aci context for tests", func() {
|
||||||
setupTestResourecGroup(resourceGroupName)
|
setupTestResourceGroup(resourceGroupName)
|
||||||
subscriptionID, err := azure.GetSubscriptionID(context.TODO())
|
subscriptionID, err := azure.GetSubscriptionID(context.TODO())
|
||||||
Expect(err).To(BeNil())
|
Expect(err).To(BeNil())
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ func main() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func setupTestResourecGroup(groupName string) {
|
func setupTestResourceGroup(groupName string) {
|
||||||
log.Println("Creating resource group " + resourceGroupName)
|
log.Println("Creating resource group " + resourceGroupName)
|
||||||
ctx := context.TODO()
|
ctx := context.TODO()
|
||||||
subscriptionID, err := azure.GetSubscriptionID(ctx)
|
subscriptionID, err := azure.GetSubscriptionID(ctx)
|
||||||
|
|
Loading…
Reference in New Issue