Skip to content

Commit

Permalink
Fix relative path in cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Mar 7, 2020
1 parent be4f336 commit 56ce6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/siem/cypress/tasks/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as yaml from 'js-yaml';
* Credentials in the `kibana.dev.yml` config file will be used to authenticate
* with Kibana when credentials are not provided via environment variables
*/
const KIBANA_DEV_YML_PATH = '../../../../config/kibana.dev.yml';
const KIBANA_DEV_YML_PATH = '../../../config/kibana.dev.yml';

/**
* The configuration path in `kibana.dev.yml` to the username to be used when
Expand Down

0 comments on commit 56ce6c5

Please sign in to comment.