Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 29, 2025
1 parent 19b8a0a commit 9856409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func TestPostgresCustomerCAS(t *testing.T) {
},
{
desc: "using valid domain name",
args: []string{fmt.Sprintf(*postgresCustomerCASDomain)},
args: []string{*postgresCustomerCASDomain},
dsn: defaultDSN,
},
}
Expand Down

0 comments on commit 9856409

Please sign in to comment.