see if this solves the windows build problem
This commit is contained in:
parent
79dea88b96
commit
168ce9cff3
|
@ -2384,7 +2384,7 @@ class TestProcessApi(BaseTest):
|
|||
for group in groups:
|
||||
persisted = ProcessModelService().get_process_group(group)
|
||||
assert persisted is not None
|
||||
assert persisted.id == group
|
||||
assert persisted.id_for_file_path() == group
|
||||
|
||||
def test_move_model(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue