Skip to content

Commit 42cd2b1

Browse files
committed
Remove declaration of unchecked exception in test method signature
1 parent 4d53070 commit 42cd2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaos-monkey-spring-boot/src/test/java/de/codecentric/spring/boot/chaos/monkey/endpoints/ChaosMonkeyRequestScopeRestEndpointIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void postWatcherConfigurationContainingClass() {
159159

160160
// Assault Tests
161161
@Test
162-
void getAssaultConfiguration() throws JacksonException {
162+
void getAssaultConfiguration() {
163163
ResponseEntity<AssaultPropertiesUpdate> result = testRestTemplate.getForEntity(baseUrl + "/assaults", AssaultPropertiesUpdate.class);
164164

165165
assertEquals(HttpStatus.OK, result.getStatusCode());

0 commit comments

Comments
 (0)