diff --git a/util/config/validators/test/conftest.py b/util/config/validators/test/conftest.py index 707fc24ca..3e7d37fa5 100644 --- a/util/config/validators/test/conftest.py +++ b/util/config/validators/test/conftest.py @@ -15,6 +15,8 @@ from initdb import initialize_database, populate_database from path_converters import APIRepositoryPathConverter, RegexConverter +# TODO(jschorr): Unify with the API conftest once the other PR gets in. + @pytest.fixture() def app(appconfig): """ Used by pytest-flask plugin to inject app by test for client See test_security by name injection of client. """