Skip to content

fix(tests): role name mismatches in terraphim_agent integration tests #773

@AlexMikhalev

Description

@AlexMikhalev

The integration tests in crates/terraphim_agent/tests/integration_tests.rs fail because they use role names not in the embedded config:

  1. test_end_to_end_offline_workflow (line 209): uses "Rust Engineer" but embedded config only has "Terraphim Engineer"
  2. test_role_consistency_across_commands (line 527): uses "Rust Engineer" - not in embedded config
  3. test_full_feature_matrix (line 692): uses "Default" - not in embedded config

Fix: Change role names to match what's available in the embedded config.

These tests were hidden because ci-main.yml was previously failing at the zlob panic before the test suite could run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions