HTTP-APIs / hydrus

REST server - Flask Hydra-powered for Semantic Web
https://pypi.org/project/hydrus/
MIT License
195 stars 130 forks source link

Changes in tests in hydrus : removed regex #601

Closed farazkhanfk7 closed 3 years ago

farazkhanfk7 commented 3 years ago

Fixes #

Checklist

Current behaviour

Regex was being used to get the id of the inserted object from response description.

New expected behaviour

Used response.location instead throughout the tests.

Change logs