Skip to content

[Copilot AI] Async test style inconsistency in test_create_gitlab_mr.py #19

@nexiouscaliver

Description

@nexiouscaliver

Problem

test_create_gitlab_mr.py uses legacy asyncio.get_event_loop().run_until_complete() while the rest of the test suite uses asyncio.run().

Fix

Standardize to asyncio.run() across all test files.

Identified by Copilot AI agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4-trivialStyle and documentation nitscopilot-aiIdentified by Copilot AI agenttech-debtTechnical debt cleanuptestsTest improvements

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions