Skip to content

Commit ce8a304

Browse files
committed
Fix test
1 parent 7592933 commit ce8a304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_profiler_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def test_profiler_workflow_with_ai_rules_generation_with_custom_funcs(ws, spark,
440440
break
441441

442442
expected_ai_generated_check = {
443-
'check': {'arguments': {'column': 'name', 'suffix': "'c'"}, 'function': 'not_ends_with_suffix'},
443+
'check': {'arguments': {'column': 'name', 'suffix': 'c'}, 'function': 'not_ends_with_suffix'},
444444
'criticality': 'error',
445445
}
446446

0 commit comments

Comments
 (0)