zypper_repository: fix return check on newer OpenSUSE versions (#52457)

(cherry picked from commit d6453a79f5)
pull/52466/head^2
Jordan Borean 6 years ago committed by Toshio Kuratomi
parent 7ab05d551f
commit f8e29c81f1

@ -90,7 +90,7 @@
- assert:
that:
- "zypper_result1.rc == 6"
- "zypper_result1.rc != 0"
- "'not found' in zypper_result1.stderr"
- "zypper_result2.rc == 0"
- "'http://dl.google.com/linux/chrome/rpm/stable/x86_64' in zypper_result2.stdout"

Loading…
Cancel
Save