File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ class PySQLTestCase(TestCase):
4343 def __init__ (self , method_name ):
4444 super ().__init__ (method_name )
4545 # If running in local mode, just use environment variables for params.
46- # If running as a DUST test, `test_executor.py` will set the arguments var directly
4746 self .arguments = os .environ if get_args_from_env else {}
4847 self .arraysize = 1000
4948
@@ -439,7 +438,7 @@ def test_temp_view_fetch(self):
439438 with self .cursor ({}) as cursor :
440439 query = "create temporary view f as select * from range(10)"
441440 cursor .execute (query )
442- # TODO(https://databricks.atlassian.net/browse/SC-89407) assert on a result
441+ # TODO assert on a result
443442 # once what is being returned has stabilised
444443
445444 @skipIf (pysql_has_version ('<' , '2' ), 'requires pysql v2' )
You can’t perform that action at this time.
0 commit comments