Remove an unnecessary print statement in the tests

This commit is contained in:
mprahl
2019-05-15 09:57:12 -04:00
parent d208fd479c
commit 85f1228b76

View File

@@ -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