diff --git a/tests/unit/data/test_sql_parse.py b/tests/unit/data/test_sql_parse.py index efbf606..31a6e4a 100644 --- a/tests/unit/data/test_sql_parse.py +++ b/tests/unit/data/test_sql_parse.py @@ -8,7 +8,7 @@ class DummyAuth: def _acquire_token(self, scope): class T: - access_token = "x" # no real token needed for parsing tests + access_token = "x" # no real token needed for parsing tests. return T()