Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM committed Oct 14, 2024
1 parent d2a4833 commit f0757a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/postgresql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ var _ = Describe("Postgresql", Label("Postgresql"), func() {
Entry(nil, "enable_export_postgresql_logs", true),
Entry(nil, "enable_export_upgrade_logs", true),
Entry(nil, "cloudwatch_log_groups_kms_key_id", "arn:aws:kms:us-west-2:xxxxxxxxxxxx:key/xxxxxxxx-80b9-4afd-98c0-xxxxxxxxxxxx"),
Entry(nil, "manage_master_user_password", true),
Entry(nil, "use_managed_admin_password", true),
Entry(nil, "password_rotate_after", 365),
)
})
Expand Down

0 comments on commit f0757a6

Please sign in to comment.