rfellows commented on code in PR #11379:
URL: https://github.com/apache/nifi/pull/11379#discussion_r3579332118
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/connectors/service/connector-message-host.service.spec.ts:
##########
@@ -350,23 +350,43 @@ describe('ConnectorMessageHost', () => {
});
});
- describe('extractOrigin', () => {
- it('should extract origin from a valid URL', () => {
-
expect(ConnectorMessageHost.extractOrigin('https://connector-ui.example.com/config?id=123')).toBe(
- 'https://connector-ui.example.com'
+ describe('origin decoupling (FLOW-11982)', () => {
Review Comment:
This isn't a valid nifi jira number, can you update this to the proper
reference or just eliminate 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]