We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd162 commit cca1521Copy full SHA for cca1521
helper/resource/query/query_test.go
@@ -83,11 +83,11 @@ func TestQuery(t *testing.T) {
83
}),
84
querycheck.ExpectIdentity("examplecloud_containerette.test2", map[string]knownvalue.Check{
85
"id": knownvalue.StringExact("westeurope/somevalue2"),
86
- "location": knownvalue.StringExact("westeurope"),
+ "location": knownvalue.StringExact("westeurope2"),
87
88
89
"id": knownvalue.StringExact("westeurope/somevalue3"),
90
+ "location": knownvalue.StringExact("westeurope3"),
91
92
},
93
0 commit comments