Skip to content

Commit f6c6bf7

Browse files
committed
test_tsp: Remove unused call for a response
Commit 98968d7 introduced this extra line likely by mistake. Remove it, which fixes the related SonarLint warning. Signed-off-by: Marco Miller <[email protected]>
1 parent fbad329 commit f6c6bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_tsp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ def test_fetch_data_tree(self, ust):
303303
assert response.status_code == 200
304304
experiment_uuid = response.model.UUID
305305

306-
response = self.tsp_client.fetch_experiment_outputs(experiment_uuid)
307306
output_id = STATISTICS_DP_ID
308307
response = self.tsp_client.fetch_datatree(experiment_uuid, output_id)
309308
assert response.status_code == 200

0 commit comments

Comments
 (0)