Skip to content

Commit 35a6610

Browse files
committed
test: use baseUrl in regenerate test
1 parent dd04c72 commit 35a6610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ context('Regenerating function documentation', () => {
22
it('succeeds', () => {
33
cy.timeout(10000); // generation needs some time
44
cy.request({
5-
url: 'http://127.0.0.1:8080/exist/apps/fundocs/regenerate',
5+
url: 'regenerate',
66
auth: {
77
user: 'admin',
88
password: ''

0 commit comments

Comments
 (0)