Skip to content

Commit

Permalink
Update test_integration_flows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-lorenzo authored Aug 21, 2023
1 parent 8b46b1e commit b0afc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_integration_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ def do_complete_flow() -> Result[bool, Error]:
).unwrap_or_return()
_ = onboarding.retrieve_flows().unwrap_or_return()

_ = onboarding.get_user_flow(
_ = onboarding.update_user_flow(
flow_id=flow_id,
user_id=user_id,
).unwrap_or_return()

_ = onboarding.update_user_flow(
flow_id=flow_id,
_ = onboarding.get_user_flow(
user_id=user_id,
).unwrap_or_return()

Expand Down

0 comments on commit b0afc7f

Please sign in to comment.