Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Borys Tkachenko authored and Borys Tkachenko committed Dec 20, 2024
1 parent ea0ad3e commit cfd71c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3956,7 +3956,7 @@ void findWithImageTruncation(JsonNode original, JsonNode expected, boolean trunc
@ValueSource(strings = {"[wrong_payload]", "[0191377d-06ee-7026-8f63-cc5309d1f54b]"})
void findInvalidExperimentIds(String experimentIds) {
var expectedErrorMessage = new io.dropwizard.jersey.errors.ErrorMessage(
400, "Invalid query param experiment ids '%s'".formatted(experimentIds));
400, "Invalid query param ids '%s'".formatted(experimentIds));

var datasetId = GENERATOR.generate();
try (var actualResponse = client.target(BASE_RESOURCE_URI.formatted(baseURI))
Expand Down

0 comments on commit cfd71c8

Please sign in to comment.