File tree Expand file tree Collapse file tree
calm-hub/src/test/java/org/finos/calm/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ void return_400_when_double_wildcard_username() throws Exception {
128128 .header ("Content-Type" , "application/json" )
129129 .body (requestBody )
130130 .when ()
131- .post ("/calm/namespaces/finos/user-access" )
131+ .post ("/api/ calm/namespaces/finos/user-access" )
132132 .then ()
133133 .statusCode (400 );
134134 }
@@ -149,10 +149,10 @@ void return_201_when_wildcard_username_is_used() throws Exception {
149149 .header ("Content-Type" , "application/json" )
150150 .body (requestBody )
151151 .when ()
152- .post ("/calm/namespaces/finos/user-access" )
152+ .post ("/api/ calm/namespaces/finos/user-access" )
153153 .then ()
154154 .statusCode (201 )
155- .header ("Location" , containsString ("/calm/namespaces/finos/user-access/102" ));
155+ .header ("Location" , containsString ("/api/ calm/namespaces/finos/user-access/102" ));
156156 }
157157
158158 @ Test
You can’t perform that action at this time.
0 commit comments