Skip to content

Commit 26226d9

Browse files
committed
extend the audit load test
1 parent 988379c commit 26226d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/core/test_audit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def test_load(assert_exp_eq):
8080
col IS NULL
8181
""",
8282
)
83+
assert audit.query_._parsed is not None
84+
assert audit.query_._parsed_dialect == "spark"
8385

8486

8587
def test_load_standalone(assert_exp_eq):
@@ -121,6 +123,8 @@ def test_load_standalone(assert_exp_eq):
121123
col IS NULL
122124
""",
123125
)
126+
assert audit.query_._parsed is not None
127+
assert audit.query_._parsed_dialect == "spark"
124128

125129

126130
def test_load_standalone_default_catalog(assert_exp_eq):

0 commit comments

Comments
 (0)