summaryrefslogtreecommitdiffstats
path: root/ci/htmlize/htmlize.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/htmlize/htmlize.py')
-rw-r--r--ci/htmlize/htmlize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/htmlize/htmlize.py b/ci/htmlize/htmlize.py
index da6a6cf..c37ebc3 100644
--- a/ci/htmlize/htmlize.py
+++ b/ci/htmlize/htmlize.py
@@ -41,7 +41,7 @@ if __name__ == '__main__':
type=str,
required=False,
default=('http://testresults.opnfv.org'
- '/test/swagger/resources.json'),
+ '/test/swagger/models.json'),
help='Resource Listing Spec File')
parser.add_argument('-au', '--api-declaration-url',
type=str,