Skip to content

Commit

Permalink
test/api: don't provide Resource Group Location when testing Azure
Browse files Browse the repository at this point in the history
Let's default to not providing the Resource Group Location when testing
Cloud API with Azure and leave it up to the implementation to determine
the correct location to use.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza authored and ondrejbudai committed Oct 27, 2022
1 parent 417a941 commit 5a0d286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cases/api/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function createReqFile() {
"tenant_id": "${AZURE_TENANT_ID}",
"subscription_id": "${AZURE_SUBSCRIPTION_ID}",
"resource_group": "${AZURE_RESOURCE_GROUP}",
"location": "${AZURE_LOCATION}",
"image_name": "${AZURE_IMAGE_NAME}"
}
}
Expand Down

0 comments on commit 5a0d286

Please sign in to comment.