system.assign_system - support batching #4474

This commit is contained in:
Andrej730
2024-04-11 15:54:06 +05:00
parent 3d243b5eee
commit 6b48e8b4b9
13 changed files with 119 additions and 48 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class TestDisableEditingSystem:
class TestAssignSystem:
def test_run(self, ifc):
ifc.run("system.assign_system", product="product", system="system").should_be_called()
ifc.run("system.assign_system", products=["product"], system="system").should_be_called()
subject.assign_system(ifc, system="system", product="product")