We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c001d7f commit fd8f36cCopy full SHA for fd8f36c
example/tests/integration/test_polymorphism.py
@@ -20,7 +20,6 @@ def test_polymorphism_on_detail_relations(single_company, client):
20
assert content["data"]["relationships"]["currentProject"]["data"]["type"] == "artProjects"
21
assert [rel["type"] for rel in content["data"]["relationships"]["futureProjects"]["data"]] == [
22
"researchProjects", "artProjects"]
23
- import pdb; pdb.set_trace()
24
25
26
def test_polymorphism_on_included_relations(single_company, client):
0 commit comments