Skip to content

Commit

Permalink
feat(imp):[#214] Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Feb 5, 2024
1 parent 995284a commit d1c34aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ void shouldThrowInCaseOfDiscoveryError() {
final List<DigitalTwinRegistryKey> testId = List.of(new DigitalTwinRegistryKey("testId", TEST_BPN));

// Act & Assert
// TODO (#405) fix implementation to not throw HttpClientErrorException$NotFound
assertThatThrownBy(() -> decentralDigitalTwinRegistryService.fetchShells(testId)).isInstanceOf(
ShellNotFoundException.class);
verify(exactly(1), postRequestedFor(urlPathEqualTo(DISCOVERY_FINDER_PATH)));
Expand Down

0 comments on commit d1c34aa

Please sign in to comment.