Skip to content

Commit

Permalink
[fix](test) fix setFeFrontend config (#44068)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Nov 16, 2024
1 parent c9a412b commit 6d62db5
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 6d62db5

Please sign in to comment.