Skip to content
Snippets Groups Projects

Separate authentication tests into new test modules

Merged Duncan Macleod requested to merge duncanmmacleod/gwdatafind-server:test_auth into master
Files
7
@@ -29,8 +29,8 @@ blueprint = Blueprint(
# -- version API
@blueprint.route("/version")
@authentication.validate
@as_json
@authentication.validate
def version():
supported_apis = current_app.config["supported_apis"]
return {
Loading