Skip to content

Commit

Permalink
fix regexp for e2e tests
Browse files Browse the repository at this point in the history
UpdatedRecord now has a changed_columns key...
  • Loading branch information
magnetised committed Dec 5, 2023
1 parent 7c2c4c1 commit 7c17ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
%Electric.Replication.Changes.UpdatedRecord\{relation: \{"public", "camelCase"\}, \
old_record: %\{"id" => "1", "userId" => nil\}, \
record: %\{"id" => "1", "userId" => "test_user"\}, \
tags: \["postgres_1@\d+", "client_1_1@\d+"\]\}
tags: \["postgres_1@\d+", "client_1_1@\d+"\]

[shell pg_1]
[invoke wait-for "SELECT * FROM public.\"camelCase\";" "test_user" 10 ${psql}]
Expand Down

0 comments on commit 7c17ae3

Please sign in to comment.