Skip to content

Commit

Permalink
test: remove useless test that fail with a real Use Case instance
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Mar 11, 2024
1 parent 73366ed commit 2cd143b
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -211,14 +211,6 @@ public void shouldNotGetSubscription() {
assertNotNull(errors);
}

@Test
public void shouldCloseSubscription() {
final Response response = target(SUBSCRIPTION).path("_close").request().post(null);
assertEquals(HttpStatusCode.NO_CONTENT_204, response.getStatus());

assertFalse(response.hasEntity());
}

@Test
public void testPermissionsForClosingASubscription() {
reset(permissionService);
Expand Down

0 comments on commit 2cd143b

Please sign in to comment.