Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #100 from mrajashree/removeAssert
Browse files Browse the repository at this point in the history
Remove assert for number of templateVersions
  • Loading branch information
Craig Jellick authored Jan 24, 2017
2 parents 353c745 + c52b98a commit 1b1513f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/core/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def test_upgrade_filters(client):
for i in range(len(templates)):
if templates[i].id == unicode('qa-catalog:many-versions'):
versionUrlsMap = templates[i].versionLinks
assert len(versionUrlsMap) == 15

filter = "v2.2.0"
templates = client.list_template(catalogId='qa-catalog',
Expand Down

0 comments on commit 1b1513f

Please sign in to comment.