diff --git a/pydatalab/tests/server/test_graph.py b/pydatalab/tests/server/test_graph.py index a6d8a7070..d1c795d26 100644 --- a/pydatalab/tests/server/test_graph.py +++ b/pydatalab/tests/server/test_graph.py @@ -4,7 +4,7 @@ from pydatalab.models.samples import Constituent -def test_simple_graph(admin_client, client, default_collection, default_sample): +def test_simple_graph(admin_client): """Test the graph API with a simple manually constructed graph. All samples are uploaded without a creator so the test client needs admin priveleges. @@ -138,8 +138,6 @@ def test_simple_graph(admin_client, client, default_collection, default_sample): samples = sample_list.json["responses"] - print(samples) - refcode_child_3 = None refcode_child_4 = None