diff --git a/infra/main.test.bicep b/infra/main.test.bicep index e1f9ed7f..cdfb5c18 100644 --- a/infra/main.test.bicep +++ b/infra/main.test.bicep @@ -6,7 +6,7 @@ targetScope = 'subscription' param environmentName string = 'testing' -param location string = 'canadaeast' +param location string = 'swedencentral' module main 'main.bicep' = { name: 'main'