Skip to content

Commit a508a1c

Browse files
author
Jesse Whitehouse
committed
Tidy up comments in e2e test
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent cafa17d commit a508a1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/e2e/driver_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_initial_namespace(self):
633633
self.assertEqual(cursor.fetchone()[0], table_name)
634634

635635
class PySQLStagingIngestionTestSuite(PySQLTestCase):
636-
"""Simple namespace for ingestion tests. These should be run against DBR >13.x
636+
"""Simple namespace for ingestion tests. These should be run against DBR >12.x
637637
638638
In addition to connection credentials (host, path, token) this suite requires an env var
639639
named staging_ingestion_user"""
@@ -649,6 +649,7 @@ def test_staging_ingestion_life_cycle(self):
649649
"""PUT a file into the staging location
650650
GET the file from the staging location
651651
REMOVE the file from the staging location
652+
Try to GET the file again expecting to raise an exception
652653
"""
653654

654655
# PUT should succeed

0 commit comments

Comments
 (0)