mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-09 08:13:21 +08:00
Merge #315 Trying to debug jenkins failures.
This commit is contained in:
@@ -11,7 +11,6 @@ data:
|
||||
module:
|
||||
- MIT
|
||||
content: []
|
||||
xmd: ~
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base_runtime: 1.0-0
|
||||
|
||||
@@ -11,7 +11,6 @@ data:
|
||||
module:
|
||||
- MIT
|
||||
content: []
|
||||
xmd: ~
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base_runtime: 1.0-0
|
||||
|
||||
@@ -11,7 +11,6 @@ data:
|
||||
module:
|
||||
- MIT
|
||||
content: []
|
||||
xmd: ~
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base_runtime: 1.0-0
|
||||
|
||||
@@ -219,6 +219,7 @@ class TestViews(unittest.TestCase):
|
||||
'testmodule.git?#68931c90de214d9d13feefbd35246a81b6cb8d49'}))
|
||||
data = json.loads(rv.data)
|
||||
|
||||
assert 'component_builds' in data, data
|
||||
self.assertEquals(data['component_builds'], [61])
|
||||
self.assertEquals(data['name'], 'fakemodule')
|
||||
self.assertEquals(data['scmurl'],
|
||||
@@ -375,6 +376,7 @@ class TestViews(unittest.TestCase):
|
||||
'testmodule.git?#68931c90de214d9d13feefbd35246a81b6cb8d49'}))
|
||||
data = json.loads(rv.data)
|
||||
|
||||
assert 'component_builds' in data, data
|
||||
self.assertEquals(data['component_builds'], [61, 62])
|
||||
self.assertEquals(data['name'], 'fakemodule')
|
||||
self.assertEquals(data['scmurl'],
|
||||
|
||||
Reference in New Issue
Block a user