Skip to content
Snippets Groups Projects
Commit e50e8c99 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

cleanup

See merge request surya/devops-workshop!13
parents 56329abd 77483e19
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