Skip to content

Commit

Permalink
fix sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 13, 2023
1 parent 647ac2a commit 74c6e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/snowflake/peer_flow_sf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ func (s *PeerFlowE2ETestSuiteSF) Test_Types_SF(t *testing.T) {
LANGUAGE 'sql'
VOLATILE
SET search_path = 'pg_catalog';
`, srcTableName))
`, srcTableName, srcTableName))
s.NoError(err)

connectionGen := e2e.FlowConnectionGenerationConfig{
Expand Down

0 comments on commit 74c6e8a

Please sign in to comment.