Added checks to ensure API responses are as expected (#7)
* Added checks to ensure API responses are as expected * Add tests for broken IP/prefix API responses * Add tests for bad IP/prefix status codes
This commit is contained in:
1
.github/workflows/ci-branch-main.yml
vendored
1
.github/workflows/ci-branch-main.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE.md'
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
|
||||
|
1
.github/workflows/ci-development.yml
vendored
1
.github/workflows/ci-development.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE.md'
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
|
||||
|
1
.github/workflows/ci-pull-request.yml
vendored
1
.github/workflows/ci-pull-request.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'LICENSE.md'
|
||||
- 'CHANGELOG.md'
|
||||
- '.gitignore'
|
||||
- 'renovate.json'
|
||||
|
||||
|
Reference in New Issue
Block a user