Skip to content
Snippets Groups Projects
Commit 77483e19 authored by surkat's avatar surkat
Browse files

cleanup

parent 70851005
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-jetty</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -26,11 +26,6 @@ public class MessageResourceTest extends JerseyTest {
return new ResourceConfig(MessageResource.class);
}
@BeforeEach
void init() throws Exception {
super.setUp();
}
@Test
public void testGetMessages(){
Response output = target("message/"+user1+"/"+user2).request().get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment