Skip to content

Commit

Permalink
fix regression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Mar 6, 2023
1 parent 79afbb3 commit 881f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/display/modetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _install_dep_packages(self) -> None:
f"http://mirror.stream.centos.org/9-stream/CRB/{arch}/os/Packages/meson-0.58.2-1.el9.noarch.rpm", # noqa: E501
)
)
if isinstance(self.node.os, Suse):
elif isinstance(self.node.os, Suse):
arch = self.node.os.get_kernel_information().hardware_platform
os_version = self.node.os.information.release.split(".")
self.node.os.install_packages(
Expand Down

0 comments on commit 881f9e1

Please sign in to comment.