From 985640951e866f5f7e598894873db954bd143f88 Mon Sep 17 00:00:00 2001 From: jackwotherspoon Date: Wed, 29 Jan 2025 15:34:17 +0000 Subject: [PATCH] chore: update test --- tests/postgres_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }