feat: Flatten the provider config for all modules (#7930)
This commit is contained in:
+3
-6
@@ -10,13 +10,10 @@ let moduleOptions = {
|
||||
process.cwd() +
|
||||
"/integration-tests/__fixtures__/providers/default-provider"
|
||||
),
|
||||
id: "test-provider",
|
||||
options: {
|
||||
config: {
|
||||
"test-provider": {
|
||||
name: "Test provider",
|
||||
channels: ["email"],
|
||||
},
|
||||
},
|
||||
name: "Test provider",
|
||||
channels: ["email"],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user