@@ -71,7 +71,6 @@ def test_wrapper_hit_create_with_require_qualification(self, stubber, amt_servic
71
71
'HITId' : 'ABC123'
72
72
}
73
73
})
74
- # import pytest; pytest.set_trace()
75
74
response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
76
75
require_qualification_ids = [REQUIRE_QUAL_ID ])
77
76
if not response .success :
@@ -103,7 +102,6 @@ def test_wrapper_hit_create_with_multiple_require_qualifications(self, stubber,
103
102
'HITId' : 'ABC123'
104
103
}
105
104
})
106
- # import pytest; pytest.set_trace()
107
105
response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
108
106
require_qualification_ids = REQUIRE_QUAL_IDS )
109
107
if not response .success :
@@ -175,7 +173,6 @@ def test_wrapper_hit_create_with_block_qualification(self, stubber, amt_services
175
173
'HITId' : 'ABC123'
176
174
}
177
175
})
178
- # import pytest; pytest.set_trace()
179
176
response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
180
177
block_qualification_ids = [BLOCK_QUAL_ID ])
181
178
if not response .success :
@@ -212,7 +209,6 @@ def test_wrapper_hit_create_with_require_and_block_qualifications(self, stubber,
212
209
'HITId' : 'ABC123'
213
210
}
214
211
})
215
- # import pytest; pytest.set_trace()
216
212
response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
217
213
require_qualification_ids = [REQUIRE_QUAL_ID ],
218
214
block_qualification_ids = [BLOCK_QUAL_ID ])
0 commit comments