Skip to content

Commit

Permalink
Merge pull request #42 in PROD/datahubenterprise from ~ASONVANE/datah…
Browse files Browse the repository at this point in the history
…ubenterprise:fix-test to develop

* commit 'c4b54e1faee135e10f778df28f4346b51ba75461':
  Remove example classes
  Use actual endpoint for PAGE_URL
  Update BASE_URL path
  • Loading branch information
Akshay Sonvane authored and Akshay Sonvane committed Sep 5, 2019
2 parents 86cb204 + c4b54e1 commit 23ef405
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@
@AutoConfigureMockMvc
class AuthTest {

private static String BASE_URL = "/datahub/v2";
private static String BASE_URL = "/v2";
private static String LOGIN_URL = BASE_URL + "/login";
private static String LOGOUT_URL = BASE_URL + "/logout";
// TODO: Change the test page url to actual one
private static String PAGE_URL = BASE_URL + "/test";
private static String PAGE_URL = BASE_URL + "/models";

@Autowired
private MockMvc mockMvc;
Expand Down

0 comments on commit 23ef405

Please sign in to comment.