Skip to content

Commit ddf6837

Browse files
committed
remove 1 line
1 parent b535c47 commit ddf6837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_views/test_api_objects_drafts_create.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_successful_creation(self):
3939
]
4040
}
4141
response = client.post('/api/objects/drafts/create/',data, format='json')
42-
import pdb; pdb.set_trace()
4342
self.assertEqual(response.status_code, 200)
4443

4544
def test_partial_failure(self):

0 commit comments

Comments
 (0)