Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
navarone-feekery committed Jan 22, 2025
1 parent dc88f02 commit a963940
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public void testDeleteConnectorSyncJob_WithMissingSyncJobId_ExpectException() {
expectThrows(ResourceNotFoundException.class, () -> awaitDeleteConnectorSyncJob(NON_EXISTING_SYNC_JOB_ID));
}

// TODO Here! Doesn't work
public void testDeleteAllSyncJobsByConnectorId() throws Exception {

PostConnectorSyncJobAction.Request syncJobRequest = new PostConnectorSyncJobAction.Request(
Expand Down

0 comments on commit a963940

Please sign in to comment.