From 29fd5dbe0534ab8be09913209daa7aedfa2e3c89 Mon Sep 17 00:00:00 2001 From: Benjamin CHARMES Date: Tue, 10 Sep 2024 15:03:13 +0100 Subject: [PATCH] Remove unused thing --- pydatalab/tests/server/test_graph.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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