File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ def test_initial_namespace(self):
633633 self .assertEqual (cursor .fetchone ()[0 ], table_name )
634634
635635class 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
You can’t perform that action at this time.
0 commit comments