Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

Test failure in TestLogsCommandHelpText was checking for outdated "Campaign Orchestrator Usage" string after campaign-specific terminology was removed from help text.

Changes:

  • Updated test expectation in pkg/cli/logs_command_test.go to match current help text ("Orchestrator Usage")
  • Cleaned up campaign-specific references in documentation and dependency configuration

The test was validating help text sections but using the pre-refactor string:

// Before
expectedSections := []string{
    "Download workflow run logs",
    "Campaign Orchestrator Usage",  // ❌ Outdated
    "Examples:",
}

// After  
expectedSections := []string{
    "Download workflow run logs",
    "Orchestrator Usage",  // ✅ Matches current help text
    "Examples:",
}

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@mnkiefer mnkiefer marked this pull request as ready for review February 3, 2026 20:07
Copilot AI review requested due to automatic review settings February 3, 2026 20:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…hestrator Usage"

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove campaign-specific references from codebase fix: update test expectation after removing campaign terminology Feb 3, 2026
Copilot AI requested a review from mnkiefer February 3, 2026 20:16
@mnkiefer mnkiefer merged commit c9d56a2 into campaign-cleaning Feb 3, 2026
1 check passed
@mnkiefer mnkiefer deleted the copilot/sub-pr-13571 branch February 3, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants