Skip to content
Snippets Groups Projects

Update the product validation task

All threads resolved!
10 files
+ 268
17
Compare changes
  • Side-by-side
  • Inline
Files
10
  • c675b274
    Split off task_validate_products · c675b274
    Karel van Klink authored
    The built-in task_validate_products is now replaced by task_validate_geant_products such that it removes the step that requires us to add modify_note to all products. This workflow is not used by us, and therefore doesn't need to be tested for.
@@ -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")
Loading