Skip to content

Commit

Permalink
fix: config names
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Dec 4, 2024
1 parent b6d6f14 commit 5335847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default createTestConfig({
serverlessProject: 'security',
testFiles: [require.resolve('./ftr/one_discover/context_awareness')],
junit: {
reportName: 'Serverless Security Discover Context Awareness Functional Tests',
reportName:
'Serverless Security Discover Context Awareness Functional Tests - Security Profiles',
},
kbnServerArgs: [
`--discover.experimental.enabledProfiles=${JSON.stringify(['security-root-profile'])}`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default createTestConfig({
serverlessProject: 'security',
testFiles: [require.resolve('../common/discover/context_awareness')],
junit: {
reportName: 'Serverless Security Discover Context Awareness Functional Tests',
reportName:
'Serverless Security Discover Context Awareness Functional Tests - Example Profiles',
},
kbnServerArgs: [
`--discover.experimental.enabledProfiles=${JSON.stringify([
Expand Down

0 comments on commit 5335847

Please sign in to comment.