Skip to content

Commit

Permalink
Enhance CI testing with online mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
drighetto committed Apr 21, 2023
1 parent 26a544e commit 73f5a0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_suite_mock.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Simple mock endpoint to all HTTP response headers recommanded by the OSHP
Simple mock endpoint returning a HTTP response, for which, all HTTP response headers recommanded by the OSHP will be set.
Dependencies:
pip install requests flask
Expand All @@ -13,7 +13,6 @@
PS> flask run --host=localhost --port=80 --eager-loading --no-reload --no-debugger --with-threads
"""
import io
import flask
import requests
import base64
from flask import Flask, Response, send_file
Expand Down

0 comments on commit 73f5a0f

Please sign in to comment.