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

pull/4420/head
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
1 changed files with 1 additions and 1 deletions

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"