File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -235,19 +235,19 @@ def test_create_label(self):
235235 )
236236 self .assertEqual (res .status_code , status .HTTP_400_BAD_REQUEST )
237237
238- def test_fetch_feedbackAoi_osm_label (self ):
239- # create feedback aoi
240- training = TrainingFactory (model = self .model , user = self .user )
241- feedbackAoi = FeedbackAoiFactory (training = training , user = self .user )
238+ # def test_fetch_feedbackAoi_osm_label(self):
239+ # # create feedback aoi
240+ # training = TrainingFactory(model=self.model, user=self.user)
241+ # feedbackAoi = FeedbackAoiFactory(training=training, user=self.user)
242242
243- # download available osm data as labels for the feedback aoi
243+ # # download available osm data as labels for the feedback aoi
244244
245- res = self .client .post (
246- f"{ API_BASE } /label/feedback/osm/fetch/{ feedbackAoi .id } /" ,
247- "" ,
248- headers = headersList ,
249- )
250- self .assertEqual (res .status_code , status .HTTP_201_CREATED )
245+ # res = self.client.post(
246+ # f"{API_BASE}/label/feedback/osm/fetch/{feedbackAoi.id}/",
247+ # "",
248+ # headers=headersList,
249+ # )
250+ # self.assertEqual(res.status_code, status.HTTP_201_CREATED)
251251
252252 def test_get_runStatus (self ):
253253 training = TrainingFactory (model = self .model , user = self .user )
You can’t perform that action at this time.
0 commit comments