@@ -71,7 +71,6 @@ def test_wrapper_hit_create_with_require_qualification(self, stubber, amt_servic
7171 'HITId' : 'ABC123'
7272 }
7373 })
74- # import pytest; pytest.set_trace()
7574 response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
7675 require_qualification_ids = [REQUIRE_QUAL_ID ])
7776 if not response .success :
@@ -103,7 +102,6 @@ def test_wrapper_hit_create_with_multiple_require_qualifications(self, stubber,
103102 'HITId' : 'ABC123'
104103 }
105104 })
106- # import pytest; pytest.set_trace()
107105 response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
108106 require_qualification_ids = REQUIRE_QUAL_IDS )
109107 if not response .success :
@@ -175,7 +173,6 @@ def test_wrapper_hit_create_with_block_qualification(self, stubber, amt_services
175173 'HITId' : 'ABC123'
176174 }
177175 })
178- # import pytest; pytest.set_trace()
179176 response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
180177 block_qualification_ids = [BLOCK_QUAL_ID ])
181178 if not response .success :
@@ -212,7 +209,6 @@ def test_wrapper_hit_create_with_require_and_block_qualifications(self, stubber,
212209 'HITId' : 'ABC123'
213210 }
214211 })
215- # import pytest; pytest.set_trace()
216212 response = amt_services_wrapper .create_hit (1 , 0.01 , 1 ,
217213 require_qualification_ids = [REQUIRE_QUAL_ID ],
218214 block_qualification_ids = [BLOCK_QUAL_ID ])
0 commit comments