Skip to content

Commit

Permalink
Update netbox/netbox/tests/test_graphql.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Stretch <[email protected]>
  • Loading branch information
jeremypng and jeremystretch authored Feb 11, 2025
1 parent 999cae9 commit 03be7d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netbox/netbox/tests/test_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def test_graphql_filter_objects(self):
id site {id}
}
}"""
print(query)
response = self.client.post(url, data={'query': query}, format="json", **self.header)
self.assertHttpStatus(response, status.HTTP_200_OK)
data = json.loads(response.content)
Expand Down

0 comments on commit 03be7d2

Please sign in to comment.