Skip to content

Commit

Permalink
Update sidecar id length used in expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGFM committed Dec 27, 2023
1 parent 836b983 commit a1d05f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func accTestStepSidecarInstanceStatsDataSource_EmptyInstanceID(dataSourceName st
}

func accTestStepSidecarInstanceStatsDataSource_NoSidecarFoundForGivenID(dataSourceName string) resource.TestStep {
nonExistentSidecarID := "some-non-existent-sidecar-id"
nonExistentSidecarID := "id"
config := fmt.Sprintf(`
data "cyral_sidecar_instance_stats" "%s" {
sidecar_id = %q
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func accTestStepSidecarInstanceDataSource_EmptySidecarID(dataSourceName string)
}

func accTestStepSidecarInstanceDataSource_NoSidecarFoundForGivenID(dataSourceName string) resource.TestStep {
nonExistentSidecarID := "some-non-existent-sidecar-id"
nonExistentSidecarID := "id"
config := fmt.Sprintf(`
data "cyral_sidecar_instance" "%s" {
sidecar_id = %q
Expand Down

0 comments on commit a1d05f7

Please sign in to comment.