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 b535c47 commit ddf6837Copy full SHA for ddf6837
tests/test_views/test_api_objects_drafts_create.py
@@ -39,7 +39,6 @@ def test_successful_creation(self):
39
]
40
}
41
response = client.post('/api/objects/drafts/create/',data, format='json')
42
- import pdb; pdb.set_trace()
43
self.assertEqual(response.status_code, 200)
44
45
def test_partial_failure(self):
0 commit comments