Skip to content

Commit

Permalink
templatesync test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Apr 23, 2024
1 parent 2c5e9a5 commit 8d0767b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_templatesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ def test_positive_export_filtered_templates_to_git(
'repo': url,
'branch': git_branch,
'organization-id': module_org.id,
'filter': 'atomic',
'filter': 'provisioning',
'dirname': dirname,
}
).split('\n')
exported_count = ['Exported: true' in row.strip() for row in output].count(True)
path = f'{dirname}/provisioning_templates/provision'
path = f'{dirname}/provisioning_templates/snippet'
auth = (git.username, git.password)
api_url = f'http://{git.hostname}:{git.http_port}'
api_url = f'{api_url}/api/v1/repos/{git.username}/{git_repository["name"]}/contents'
Expand Down

0 comments on commit 8d0767b

Please sign in to comment.