Skip to content

Commit fcb6287

Browse files
sky-ocean-spiritsbhorai-atl
authored andcommitted
AXON-1137 - fixed e2e tests
1 parent dd7c854 commit fcb6287

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

e2e/wiremock-mappings/mockedteams/search-project.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{
22
"request": {
33
"method": "GET",
4-
"urlPath": "/rest/api/2/project/search",
5-
"queryParameters": {
6-
"orderBy": {
7-
"matches": "[+-]?(key|name|category|owner)"
8-
},
9-
"maxResults": {
10-
"matches": "\\d+"
11-
},
12-
"startAt": {
13-
"matches": "\\d+"
14-
},
15-
"action": {
16-
"matches": "create|view|browse|edit"
17-
}
18-
}
4+
"urlPathPattern": "/rest/api/2/project/search"
195
},
206
"response": {
217
"status": 200,

0 commit comments

Comments
 (0)