Skip to content
Snippets Groups Projects
Commit faa2ed69 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix unit test

parent 92fa722c
No related branches found
No related tags found
No related merge requests found
Pipeline #9550 passed
......@@ -64,7 +64,7 @@ public class EndpointsTest {
ep = Endpoints.parse("GCHANGE_API data.gchange.fr 443").orElse(null);
Assert.assertNotNull(ep);
Assert.assertEquals(ep.api, EndpointApi.GCHANGE_API.label());
Assert.assertEquals(ep.api, "GCHANGE_API");
Assert.assertNull(ep.id);
Assert.assertNull(ep.path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment