summaryrefslogtreecommitdiff
path: root/tests/kms-test-brxalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-brxalloc.py')
-rwxr-xr-xtests/kms-test-brxalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms-test-brxalloc.py b/tests/kms-test-brxalloc.py
index e6d9f03..a0ae46a 100755
--- a/tests/kms-test-brxalloc.py
+++ b/tests/kms-test-brxalloc.py
@@ -44,7 +44,7 @@ class BRxAllocTest(kmstest.KMSTest):
(len(planes), outputs[0].crtc.id, outputs[1].crtc.id))
# Get one connector for each CRTC
- for connector in self.card.connectors:
+ for connector in self.output_connectors():
# Skip disconnected connectors
if not connector.connected():
continue