Skip to content

Commit

Permalink
WIP reorganize response headers diff tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSatyr committed Feb 10, 2025
1 parent 7715afd commit 08dd2f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

public class ResponseHeaderDiffTest {

private final String OPENAPI_DOC1 = "response_header_1.yaml";
private final String OPENAPI_DOC2 = "response_header_2.yaml";
private final String OPENAPI_DOC1 = "responseHeaderDiff/response_header_1.yaml";
private final String OPENAPI_DOC2 = "responseHeaderDiff/response_header_2.yaml";

@Test
public void testResponseHeadersDescriptionChanges() {
Expand Down

0 comments on commit 08dd2f0

Please sign in to comment.