Skip to content

Commit 907cb34

Browse files
author
Jesse Whitehouse
committed
Typo in warning message
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent b96b81d commit 907cb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/common/staging_ingestion_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PySQLStagingIngestionTestSuiteMixin:
1515

1616
if staging_ingestion_user is None:
1717
raise ValueError(
18-
"To run these tests you must designate a `staging_ingestion_user` environment variable. This will the user associated with the personal access token."
18+
"To run these tests you must designate a `staging_ingestion_user` environment variable. This will be the user associated with the personal access token."
1919
)
2020

2121
def test_staging_ingestion_life_cycle(self):

0 commit comments

Comments
 (0)