We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e790c commit f904261Copy full SHA for f904261
1 file changed
tests/test_get_num_expected_rows.py
@@ -6,7 +6,7 @@
6
7
from dotenv import load_dotenv
8
9
-load_dotenv('secrets.env')
+load_dotenv('.env')
10
11
@pytest.fixture
12
def providers():
0 commit comments