[AIRFLOW-XXXX] Fix typo in tests/conftest.py (#7181)

This commit is contained in:
Kaxil Naik 2020-01-15 20:38:37 +00:00 коммит произвёл Jarek Potiuk
Родитель d6cecbfc3b
Коммит 7b85eb1ee8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ import sys
import pytest
# We should set these before loading _any_ of the rest of airlow so that the
# We should set these before loading _any_ of the rest of airflow so that the
# unit test mode config is set as early as possible.
tests_directory = os.path.dirname(os.path.realpath(__file__))