Skip to content
Snippets Groups Projects
Commit 7f25e136 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

replace call to deprecated dict method

parent fcc894f4
No related branches found
No related tags found
1 merge request!139Feature/add validation workflows
......@@ -43,7 +43,7 @@ def initial_input_form_generator() -> FormGenerator:
user_input = yield ImportOpengear
return user_input.dict()
return user_input.model_dump()
@step("Initialize subscription")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment