Skip to content

Commit

Permalink
[fix](test) fix setFeFrontend config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Nov 16, 2024
1 parent 765c320 commit abfddd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ class Suite implements GroovyInterceptable {
}

void setFeConfig(String key, Object value) {
sql "ADMIN SET ALL FRONTEND CONFIG ('${key}' = '${value}')"
sql "ADMIN SET ALL FRONTENDS CONFIG ('${key}' = '${value}')"
}

void setFeConfigTemporary(Map<String, Object> tempConfig, Closure actionSupplier) {
Expand Down

0 comments on commit abfddd7

Please sign in to comment.