Skip to content

Commit 0108ee5

Browse files
authored
Fix cypress configuration for 3.0-alpha1. (#1222)
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
1 parent 474ea69 commit 0108ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = defineConfig({
44
defaultCommandTimeout: 10000,
55
env: {
66
opensearch_url: 'localhost:9200',
7-
opensearch_dashboards: 'http://localhost:5601',
7+
opensearch_dashboards: 'localhost:5601',
88
security_enabled: false,
99
},
1010
fixturesFolder: '.cypress/fixtures',

0 commit comments

Comments
 (0)