summaryrefslogtreecommitdiff
path: root/tests/kms-test-allplanes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-allplanes.py')
-rwxr-xr-xtests/kms-test-allplanes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms-test-allplanes.py b/tests/kms-test-allplanes.py
index f416723..ca7baa0 100755
--- a/tests/kms-test-allplanes.py
+++ b/tests/kms-test-allplanes.py
@@ -12,7 +12,7 @@ class AllPlanesTest(kmstest.KMSTest):
def main(self):
# Create the connectors to CRTCs map
connectors = {}
- for connector in self.card.connectors:
+ for connector in self.output_connectors():
# Skip disconnected connectors
if not connector.connected():
continue