File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/integration/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ exports[`test welcome page should render arango page correctly 1`] = `
7676 const dbHost = \\"arangodb.learndatabases.dev\\";
7777 const username = \\"\\";
7878 const dbPassword = \\"\\";
79- const dbExists = \\"\\" ;
79+ const dbExists = ;
8080 const database = \\"Arango\\";
8181
8282 const credentials = document.createElement(\\"pre\\");
@@ -266,7 +266,7 @@ exports[`test welcome page should render elasticsearch page correctly 1`] = `
266266 const dbHost = \\"elastic.learndatabases.dev\\";
267267 const username = \\"\\";
268268 const dbPassword = \\"\\";
269- const dbExists = \\"\\" ;
269+ const dbExists = ;
270270 const database = \\"Elasticsearch\\";
271271
272272 const credentials = document.createElement(\\"pre\\");
@@ -456,7 +456,7 @@ exports[`test welcome page should render postgres page correctly 1`] = `
456456 const dbHost = \\"learndatabases.dev\\";
457457 const username = \\"\\";
458458 const dbPassword = \\"\\";
459- const dbExists = \\"\\" ;
459+ const dbExists = ;
460460 const database = \\"Postgres\\";
461461
462462 const credentials = document.createElement(\\"pre\\");
Original file line number Diff line number Diff line change 1818 const dbHost = " <%= dbHost %>" ;
1919 const username = " <%= username %>" ;
2020 const dbPassword = " <%= dbPassword %>" ;
21- const dbExists = " <%= dbExists %>" ;
21+ const dbExists = < %= dbExists % > ;
2222 const database = " <%= database %>" ;
2323
2424 const credentials = document .createElement (" pre" );
You can’t perform that action at this time.
0 commit comments