Fix 3 IS connection tests (slack, outlook) in flow test suite#526
Conversation
…on instructions Added instructions for testing connections in the Orchestrator folder "Shared/uipath-maestro-flow" to the YAML files for slack_channel_description, slack_weather_pipeline, and outlook_trigger_inbox. Updated Python script to reflect the new folder path for connection retrieval.
|
Claude finished @bai-uipath's task in 1m 34s —— View job PR Review: Fix 3 IS connection tests (slack, outlook) in flow test suite
SummaryFixes three connector-driven flow test tasks that were failing because test connections live in Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | N/A | No skill SKILL.md files changed |
| E2E Tests | OK | Existing tests fixed, no new tasks needed |
| Skill Body | N/A | No skill docs changed |
| References & Assets | N/A | No references changed |
| Repo Hygiene | OK | Scoped to the affected test tasks, no secrets, no cross-skill refs |
Issues for Manual Review
- The test results in the PR description show all three tasks passing. Consider confirming CI passes on this branch before merge, since these are integration tests that depend on live tenant state.
Conclusion
Clean, well-scoped fix. The only nit is -o json → --output json in the three YAML prompt hints for consistency with the rest of the test suite. Approving with that optional polish.
The three connector-driven flow tasks were failing because the test connections live in
Shared/uipath-maestro-flow, but the prompts and the Outlook post-check assumedShared. Added a one-paragraph folder hint to the three task YAMLs and updatedcheck_outlook_trigger_inbox.pyto look in the right folder.Test results
skill-flow-outlook-trigger-inboxskill-flow-slack-channel-descriptionskill-flow-slack-weather-pipeline