Skip to content

Commit

Permalink
Fix test_debian to work in our infrastructure (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-czernek authored Sep 4, 2024
1 parent 5567f2b commit a6d27a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/functional/states/pkgrepo/test_debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def ubuntu_state_tree(system_aptsources, state_tree, grains):
- dist: {{ codename }}
- file: /etc/apt/sources.list.d/firefox-beta.list
- keyid: CE49EC21
- keyserver: keyserver.ubuntu.com
- keyserver: hkp://keyserver.ubuntu.com:80
{%- endif %}
{%- if backports %}{%- do ubuntu_repos.append('kubuntu-ppa') %}
Expand Down

0 comments on commit a6d27a6

Please sign in to comment.