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:
2022-06-26 00:15:27 +01:00
committed by GitHub
parent 03b85b3bef
commit af8fcad53a
9 changed files with 75 additions and 6 deletions

View File

@ -7,6 +7,7 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'

View File

@ -7,6 +7,7 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'

View File

@ -4,6 +4,7 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'