Skip to content

Commit cca1521

Browse files
committed
fix query test
1 parent e5bd162 commit cca1521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper/resource/query/query_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ func TestQuery(t *testing.T) {
8383
}),
8484
querycheck.ExpectIdentity("examplecloud_containerette.test2", map[string]knownvalue.Check{
8585
"id": knownvalue.StringExact("westeurope/somevalue2"),
86-
"location": knownvalue.StringExact("westeurope"),
86+
"location": knownvalue.StringExact("westeurope2"),
8787
}),
8888
querycheck.ExpectIdentity("examplecloud_containerette.test2", map[string]knownvalue.Check{
8989
"id": knownvalue.StringExact("westeurope/somevalue3"),
90-
"location": knownvalue.StringExact("westeurope"),
90+
"location": knownvalue.StringExact("westeurope3"),
9191
}),
9292
},
9393
},

0 commit comments

Comments
 (0)