Skip to content

Commit 7c07edb

Browse files
author
rathnapandi
committed
- Fix issue #568
1 parent f812428 commit 7c07edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apim-adapter/src/test/java/com/axway/lib/CoreCLIOptionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void testManagerURLParameter() throws AppException {
4040
String[] args = {"-apimanagerUrl", "https://manager.k8s.com/some/path", "-u", "apiadmin", "-p", "changeme"};
4141
CLIOptions options = SampleCLIOptions.create(args);
4242
CoreParameters params = (CoreParameters) options.getParams();
43-
Assert.assertEquals(params.getAPIManagerURL().toString(), "https://manager.k8s.com/some/path");
43+
Assert.assertEquals(params.getAPIManagerURL().toString(), "https://manager.k8s.com");
4444
}
4545

4646
@Test

0 commit comments

Comments
 (0)