Skip to content

Commit

Permalink
test(fossid-webapp): Ensure to use unique IDs per stub mapping
Browse files Browse the repository at this point in the history
This is a preparation for upgrading to WireMock 3.7.0. See [1].

[1]: wiremock/wiremock#2734

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 23, 2024
1 parent 2d86b98 commit 135615c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "4680754e-1daa-4d1e-84ff-cfba5a66715d",
"id" : "aeeba33b-46a2-44c9-ad1d-ad3bee7b497b",
"name" : "apiphp",
"request" : {
"url" : "/api.php",
Expand All @@ -20,7 +20,7 @@
"Vary" : "Accept-Encoding"
}
},
"uuid" : "4680754e-1daa-4d1e-84ff-cfba5a66715d",
"uuid" : "aeeba33b-46a2-44c9-ad1d-ad3bee7b497b",
"persistent" : true,
"insertionIndex" : 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "892411ab-7982-4496-8394-e351e3e01549",
"id" : "33bff0ba-e908-4876-9d40-4f96a4ea82be",
"name" : "apiphp",
"request" : {
"url" : "/api.php",
Expand All @@ -20,7 +20,7 @@
"Vary" : "Accept-Encoding"
}
},
"uuid" : "892411ab-7982-4496-8394-e351e3e01549",
"uuid" : "33bff0ba-e908-4876-9d40-4f96a4ea82be",
"persistent" : true,
"insertionIndex" : 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "892411ab-7982-4496-8394-e351e3e01549",
"id" : "8faaaf61-4971-4ced-a807-621ddc1c0901",
"name" : "apiphp",
"request" : {
"url" : "/api.php",
Expand All @@ -20,7 +20,7 @@
"Vary" : "Accept-Encoding"
}
},
"uuid" : "892411ab-7982-4496-8394-e351e3e01549",
"uuid" : "8faaaf61-4971-4ced-a807-621ddc1c0901",
"persistent" : true,
"insertionIndex" : 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id" : "86626b21-c67d-44d8-9861-f06283e717f3",
"id" : "6565bf4c-454b-4b11-98c0-7a016a6dbebe",
"name" : "apiphp",
"request" : {
"url" : "/api.php",
Expand All @@ -20,7 +20,7 @@
"Vary" : "Accept-Encoding"
}
},
"uuid" : "86626b21-c67d-44d8-9861-f06283e717f3",
"uuid" : "6565bf4c-454b-4b11-98c0-7a016a6dbebe",
"persistent" : true,
"insertionIndex" : 1
}

0 comments on commit 135615c

Please sign in to comment.