Skip to content

Commit

Permalink
Update e2e message to match new error.
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai committed Feb 16, 2024
1 parent 44cb8dc commit 51bae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/dpa_deployment_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ var _ = Describe("Configuration testing for DPA Custom Resource", func() {
},
},
WantError: true,
}, fmt.Errorf("region for AWS backupstoragelocation cannot be empty when s3ForcePathStyle is true or when backing up images")),
}, fmt.Errorf("region for AWS backupstoragelocation not automatically discoverable. Please set the region in the backupstoragelocation config")),
Entry("unsupportedOverrides should succeed", Label("aws", "ibmcloud"), InstallCase{
Name: "valid-unsupported-overrides",
BRestoreType: RESTIC,
Expand Down

0 comments on commit 51bae80

Please sign in to comment.