mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-11 10:34:30 +08:00
Make the resolver functions less PDC specific
This commit is contained in:
@@ -61,7 +61,7 @@ class TestModuleWait:
|
||||
mocked_module_build = mock.Mock()
|
||||
mocked_module_build.json.return_value = {
|
||||
'name': 'foo',
|
||||
'stream': 1,
|
||||
'stream': '1',
|
||||
'version': 1,
|
||||
'state': 'some state',
|
||||
'id': 1
|
||||
|
||||
Reference in New Issue
Block a user