muyangye commented on code in PR #2430:
URL: https://github.com/apache/streampipes/pull/2430#discussion_r1513511047
##########
ui/cypress.config.ts:
##########
@@ -44,7 +44,7 @@ export default defineConfig({
return require('./cypress/plugins/index.ts')(on, config);
},
specPattern: 'cypress/tests/**/*.{js,jsx,ts,tsx}',
- baseUrl: 'http://localhost:80',
+ baseUrl: 'http://localhost:8082',
Review Comment:
Ah yes, I accidentally did "git commit -am" instead of only committing one
file. I have reverted all the irrelevant changes. Thank you for catching it!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]