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

This commit is contained in:
Jordan Borean 2019-02-18 15:52:15 +10:00 committed by GitHub
parent 4b296da6a2
commit d6453a79f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"