Skip to content

Commit

Permalink
Fix test so that it works running in parallel with other tests (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGFM authored Oct 11, 2023
1 parent 6b13159 commit f8a8042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyral/data_source_cyral_sidecar_instance_stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func accTestStepSidecarInstanceStatsDataSource_NoInstanceFoundForGivenID(dataSou
// deployed.
config := formatBasicSidecarIntoConfig(
basicSidecarResName,
accTestName("data-sidecar-instance", "sidecar"),
accTestName("data-sidecar-instance-stats", "sidecar"),
"cft-ec2",
"",
)
Expand Down

0 comments on commit f8a8042

Please sign in to comment.