fix(config): remove system config source (#9875)

Refs #5148
This commit is contained in:
Oliwia Rogala
2024-04-25 16:02:15 +02:00
committed by GitHub
parent 636c352cc8
commit 333e5e38d6
12 changed files with 40 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
import { downloadConfig } from "core/plugins/configs/spec-actions"
import { downloadConfig } from "core/plugins/configs/actions"
describe("configs plugin - actions", () => {