mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Remove an unnecessary print statement in the tests
This commit is contained in:
@@ -2429,7 +2429,6 @@ class TestViews:
|
||||
)
|
||||
rv = self.client.post(post_url, data=json.dumps({"branch": "master", "scmurl": scm_url}))
|
||||
data = json.loads(rv.data)
|
||||
print(data)
|
||||
|
||||
mmd = load_mmd(data[0]["modulemd"])
|
||||
assert len(mmd.get_dependencies()) == 1
|
||||
|
||||
Reference in New Issue
Block a user