Merge "Remove unused Tenant.getRepo method" into feature/zuulv3
diff --git a/zuul/configloader.py b/zuul/configloader.py
index 5009ca6..304005c 100644
--- a/zuul/configloader.py
+++ b/zuul/configloader.py
@@ -227,7 +227,7 @@
                'tags': to_list(str),
                'branches': to_list(str),
                'files': to_list(str),
-               'auth': to_list(auth),
+               'auth': auth,
                'irrelevant-files': to_list(str),
                'nodes': vs.Any([node], str),
                'timeout': int,