Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-lorenzo committed Aug 22, 2023
1 parent a75d8f1 commit e5d5c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def do_complete_flow() -> Result[bool, Error]:

flow_id = onboarding.create_flow(
steps=[OnboardingSteps.SELFIE],
default=True,
default=False,
name="alice-flow-test-onboarding-python",
).unwrap_or_return()

Expand Down

0 comments on commit e5d5c90

Please sign in to comment.