Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexabird committed Dec 3, 2024
1 parent 2771026 commit 270a170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class CqlTransformHandlerTest {
private static final String SERVICE_NOT_FOUND = "\"Service not found\"";
private static final String SERVICE_SUCCESS = GSON.toJson("");
private static final String ATTACHMENT_REGEX =
"^attachment;filename=\"export-\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.(\\d{3}){1,2})?Z."
"^attachment;filename=\"export-\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.(\\d+))?Z."
+ RETURN_ID
+ "\"$";

Expand Down

0 comments on commit 270a170

Please sign in to comment.