Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refactor onboarding step #100

Merged
merged 10 commits into from
Jan 30, 2024
Merged

Conversation

garciagarciaadrian
Copy link
Contributor

No description provided.

tests/test_integration_flows.py Outdated Show resolved Hide resolved
tests/test_integration_flows.py Outdated Show resolved Hide resolved
tests/test_integration_flows.py Outdated Show resolved Hide resolved
tests/test_integration_flows.py Outdated Show resolved Hide resolved
@@ -2189,7 +2189,7 @@ def update_flow(
"id": flow_id,
"default": default,
"name": name,
"steps": [step.value for step in steps],
"steps": [step.model_dump(mode="json") for step in steps],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just step.model_dump()

alice/onboarding/onboarding_client.py Outdated Show resolved Hide resolved
@miguel-lorenzo miguel-lorenzo merged commit ca62504 into main Jan 30, 2024
0 of 6 checks passed
@miguel-lorenzo miguel-lorenzo deleted the feature/refactor-onboarding-step branch January 30, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants