Skip to content

Commit

Permalink
[fix](test)fix unstable test case (#44977)
Browse files Browse the repository at this point in the history
  • Loading branch information
starocean999 authored Dec 5, 2024
1 parent aa4318f commit f1f9758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ suite("test_show_commands_nereids") {
checkNereidsExecute("""show whitelist;""")
checkNereidsExecute("""show triggers;""")
checkNereidsExecute("""show events;""")
checkNereidsExecute("""show load profile \"\\";""")
checkNereidsExecute("""show load profile "/";""")
}

0 comments on commit f1f9758

Please sign in to comment.