Skip to content

Commit c5ca014

Browse files
committed
Remove Databricks-specific references
1 parent a9d7a6d commit c5ca014

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/e2e/driver_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)