Skip to content

Commit a03131e

Browse files
committed
Run 'make fix-constants PKG=dms'.
1 parent 9060998 commit a03131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/dms/endpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ func TestAccDMSEndpoint_PostgreSQL_settings_target(t *testing.T) {
11711171
testAccCheckEndpointExists(ctx, resourceName),
11721172
resource.TestCheckResourceAttr(resourceName, "postgres_settings.#", "1"),
11731173
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.after_connect_script", "SET search_path TO pg_catalog,public;"),
1174-
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.authentication_method", "password"),
1174+
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.authentication_method", names.AttrPassword),
11751175
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.babelfish_database_name", "babelfish"),
11761176
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.database_mode", "babelfish"),
11771177
resource.TestCheckResourceAttr(resourceName, "postgres_settings.0.execute_timeout", "100"),

0 commit comments

Comments
 (0)