Skip to content

Commit

Permalink
fix: 202 status code integration tests (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliu-petrescu authored Jul 30, 2024
1 parent 1a19bc8 commit 130028f
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 0 deletions.
300 changes: 300 additions & 0 deletions end-end-tests/api-standards/resources/async/2024-07-22/baseline.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions end-end-tests/api-standards/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ function assert_err {

# These should pass

### Baseline OK from scratch
OPTIC_DIFF_CONTEXT=$CONTEXT ${COMPARE} \
"null:" \
$HERE/resources/async/2024-07-22/baseline.yaml \
--check
assert_ok


### Baseline OK from scratch
OPTIC_DIFF_CONTEXT=$CONTEXT ${COMPARE} \
"null:" \
Expand Down

0 comments on commit 130028f

Please sign in to comment.