Skip to content

Commit

Permalink
Trying to fix test that started failing #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 3, 2024
1 parent a3c4146 commit 160688f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/integration-test/resources/wiremock/mappings/ws_objects.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"request": {
"urlPattern": "/ws/objects/.+",

"method": "GET"
},
"response" : {
"status": 200,
"headers": {
"content-Type": "application/json"
},
"body": "[]"

}
}

0 comments on commit 160688f

Please sign in to comment.