Skip to content

Commit 6c31b4c

Browse files
authored
fix(fundoc_spec.cy.js): reuse baseUrl
1 parent 05d22d6 commit 6c31b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cypress/integration/fundoc_spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ context('Function Documentation', () => {
66
// Generate function documentation before running tests
77
cy.timeout(10000);
88
cy.request({
9-
url: 'http://127.0.0.1:8080/exist/apps/fundocs/regenerate',
9+
url: '/regenerate',
1010
auth: {
1111
user: 'admin',
1212
password: ''

0 commit comments

Comments
 (0)