Merge pull request from ulyssessouza/fix-typo

Fix typo
This commit is contained in:
Djordje Lukic 2020-05-19 22:39:49 -07:00 committed by GitHub
commit 7603a3b832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
tests/aci-e2e

View File

@ -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)