Skip to content

Commit

Permalink
Fix tests for new Flow Tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Vermeulen committed Oct 21, 2024
1 parent cd789bc commit ef374ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: praekeltfoundation/flow_tester
ref: v0.3.5
ref: v0.3.7
path: flow_tester
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Check formatting
Expand Down
4 changes: 2 additions & 2 deletions Push messaging/QA/tests/send_next_message_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ defmodule SendNextMessageTest do
profile_fields: [%ProfileField{name: "relationship", value: "single"}],
pages: [
%OrderedContentSetPage{
contentpage_id: 2,
slug: "leaf-page-1",
time: 1,
unit: "day",
before_or_after: "before",
contact_field: "edd"
},
%OrderedContentSetPage{
contentpage_id: 3,
slug: "leaf-page-2",
time: 5,
unit: "minutes",
before_or_after: "after",
Expand Down
4 changes: 2 additions & 2 deletions Push messaging/QA/tests/signup_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule SignupTest do
profile_fields: [%ProfileField{name: "relationship", value: "single"}],
pages: [
%OrderedContentSetPage{
contentpage_id: 2,
slug: "leaf-page-1",
time: 1,
unit: "day",
before_or_after: "before",
Expand All @@ -63,7 +63,7 @@ defmodule SignupTest do
profile_fields: [%ProfileField{name: "relationship", value: "it's complicated"}],
pages: [
%OrderedContentSetPage{
contentpage_id: 3,
slug: "leaf-page-2",
time: 5,
unit: "minutes",
before_or_after: "after",
Expand Down

0 comments on commit ef374ea

Please sign in to comment.