mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
commit
7603a3b832
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ func main() {
|
|||
})
|
||||
|
||||
It("creates a new aci context for tests", func() {
|
||||
setupTestResourecGroup(resourceGroupName)
|
||||
setupTestResourceGroup(resourceGroupName)
|
||||
subscriptionID, err := azure.GetSubscriptionID(context.TODO())
|
||||
Expect(err).To(BeNil())
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ func main() {
|
|||
})
|
||||
}
|
||||
|
||||
func setupTestResourecGroup(groupName string) {
|
||||
func setupTestResourceGroup(groupName string) {
|
||||
log.Println("Creating resource group " + resourceGroupName)
|
||||
ctx := context.TODO()
|
||||
subscriptionID, err := azure.GetSubscriptionID(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue