Skip to content

Commit

Permalink
Use Global, globalUser, Project, & projectUser tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Jul 8, 2024
1 parent 08b5b1d commit 563307b
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const expectedGlobalUserConfigObject: IConfig = {
global_base: {
type: "base",
properties: {},
secure: []
secure: ["secret"]
},
},
defaults: {},
Expand Down Expand Up @@ -271,7 +271,7 @@ export const expectedProjectUserConfigObject: IConfig = {
project_base: {
type: "base",
properties: {},
secure: []
secure: ["secret"]
}
},
defaults: {},
Expand Down
Loading

0 comments on commit 563307b

Please sign in to comment.