Skip to content

Commit

Permalink
chore: use smaller plugin for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 10, 2023
1 parent dc480a0 commit 58273bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/07_install_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pexpect
import subprocess

c = pexpect.spawn('./bin/opi -m android-tools ocenaudio', logfile=sys.stdout.buffer, echo=False)
c = pexpect.spawn('./bin/opi -m android-tools yandex-disk', logfile=sys.stdout.buffer, echo=False)

# plugins are installed first
c.expect('Do you want to install')
Expand All @@ -31,5 +31,5 @@
c.close()
print()
assert c.exitstatus == 0, f'Exit code: {c.exitstatus}'
subprocess.check_call(['rpm', '-qi', 'ocenaudio'])
subprocess.check_call(['rpm', '-qi', 'yandex-disk'])
subprocess.check_call(['rpm', '-qi', 'android-tools'])

0 comments on commit 58273bb

Please sign in to comment.