summaryrefslogtreecommitdiff
path: root/py/tests/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/tests/test.py')
-rwxr-xr-xpy/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/test.py b/py/tests/test.py
index 83cf16a..45cf6e9 100755
--- a/py/tests/test.py
+++ b/py/tests/test.py
@@ -13,7 +13,7 @@ args = parser.parse_args()
if args.omap:
card = pykms.OmapCard()
else:
- card = pykms.Card()
+ card = pykms.Card.open_modesetting_card()
res = pykms.ResourceManager(card)
conn = res.reserve_connector(args.connector)