diff --git a/tests/postgres_test.go b/tests/postgres_test.go index 3b7f7eb09..5794ac607 100644 --- a/tests/postgres_test.go +++ b/tests/postgres_test.go @@ -270,7 +270,7 @@ func TestPostgresCustomerCAS(t *testing.T) { }, { desc: "using valid domain name", - args: []string{fmt.Sprintf(*postgresCustomerCASDomain)}, + args: []string{*postgresCustomerCASDomain}, dsn: defaultDSN, }, }