Skip to content

Commit b3274f6

Browse files
authored
fix(ci): reorder elements in test (#653)
Latest changes in backend shows the components of the cloud auth resource reordered. This is consistent now, but the test was failing. This may fail for customers as well, complaining that the resources now show differences where there should be none. This comment is also documenting that future issue...
1 parent 04617f7 commit b3274f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_secure_cloud_auth_account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func TestAccGCPSecureCloudAuthAccountThreatDetection(t *testing.T) {
296296
feature {
297297
secure_threat_detection {
298298
enabled = true
299-
components = ["COMPONENT_WEBHOOK_DATASOURCE/secure-runtime", "COMPONENT_SERVICE_PRINCIPAL/secure-runtime"]
299+
components = ["COMPONENT_SERVICE_PRINCIPAL/secure-runtime", "COMPONENT_WEBHOOK_DATASOURCE/secure-runtime"]
300300
}
301301
}
302302
component {

0 commit comments

Comments
 (0)