Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd8f36c

Browse files
committed
remove pdb
1 parent c001d7f commit fd8f36c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/tests/integration/test_polymorphism.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_polymorphism_on_detail_relations(single_company, client):
2020
assert content["data"]["relationships"]["currentProject"]["data"]["type"] == "artProjects"
2121
assert [rel["type"] for rel in content["data"]["relationships"]["futureProjects"]["data"]] == [
2222
"researchProjects", "artProjects"]
23-
import pdb; pdb.set_trace()
2423

2524

2625
def test_polymorphism_on_included_relations(single_company, client):

0 commit comments

Comments
 (0)