Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Jul 5, 2023
1 parent 2cbb6ef commit 72c602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/api/test_artifact_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def test_ansible_lint_exception(ansible_config, upload_artifact):

pattern = "Linting collection via ansible-lint" # hub 4.8, galaxy-importer 0.4.11
hub_version = get_hub_version(ansible_config)
if parse_version(hub_version) < parse_version('4.8'):
if parse_version(hub_version) < parse_version('4.8.0dev'):
pattern = "Linting role .* via ansible-lint" # 4.7, galaxy-importer 0.4.7

linting_re = re.compile(pattern)
Expand Down

0 comments on commit 72c602b

Please sign in to comment.