Skip to content

Commit

Permalink
change flow name for interop
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 1, 2023
1 parent b3c3657 commit 846572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/s3/cdc_s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (s *PeerFlowE2ETestSuiteS3) Test_Types_GCS_Interop() {

srcTableName := s.attachSchemaSuffix("test_types_interop")
dstTableName := fmt.Sprintf("%s.%s_%d", "peerdb_test_gcs_interop", "test_types_interop", time.Now().Unix())
flowJobName := s.attachSuffix("test_simple_flow")
flowJobName := s.attachSuffix("test_types_interop_flow")

createMoodEnum := "CREATE TYPE mood AS ENUM ('happy', 'sad', 'angry');"
_, enumErr := s.pool.Exec(context.Background(), createMoodEnum)
Expand Down

0 comments on commit 846572b

Please sign in to comment.