Skip to content

Commit

Permalink
Remove unused thing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Sep 10, 2024
1 parent f5059f1 commit 29fd5db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pydatalab/tests/server/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 29fd5db

Please sign in to comment.