Fix dnf test assertion (#75426) (#75428)

(cherry picked from commit e23fdee45e)
pull/75621/head
Sloane Hertel 4 years ago committed by GitHub
parent c1dd0caf2a
commit ff19924a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,7 @@
- toaster-1.2.3.4-1.el8.noarch
- assert:
that: "[0, 1, 2] | map('extract', installed.results, 'changed') == [False, False, False]"
that: "installed.results | map(attribute='changed') is not any"
- name: Ask for pending updates with bugfix=true and security=true
dnf:

Loading…
Cancel
Save