summaryrefslogtreecommitdiff
path: root/servers/gitlab_glab/tests/test_integration.py
diff options
context:
space:
mode:
authorknightdave <knightdave@noreply.codeberg.org>2025-05-28 16:43:51 +0200
committerknightdave <knightdave@noreply.codeberg.org>2025-05-28 16:43:51 +0200
commit07db2730881114a94ce9ec92f6cb39794f931f72 (patch)
tree467d91d26bb7a29bb0ddc4ab3149e8c2d99e77f6 /servers/gitlab_glab/tests/test_integration.py
parenta56a1ea5fa18c28d2fc3d42bfa780c026ce9b52d (diff)
parent126ce542dca21e62b38049f67c7f4c951284a2c2 (diff)
Merge pull request 'feature/add-glab-ci-run-and-mr-commands' (#1) from feature/add-glab-ci-run-and-mr-commands into main
Reviewed-on: https://codeberg.org/knightdave/dawids-mcp-servers/pulls/1
Diffstat (limited to 'servers/gitlab_glab/tests/test_integration.py')
-rw-r--r--servers/gitlab_glab/tests/test_integration.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/servers/gitlab_glab/tests/test_integration.py b/servers/gitlab_glab/tests/test_integration.py
index 5d7eed5..1e55b46 100644
--- a/servers/gitlab_glab/tests/test_integration.py
+++ b/servers/gitlab_glab/tests/test_integration.py
@@ -28,7 +28,9 @@ class TestIntegration:
# - find_project
# - search_issues
# - create_issue
- assert mock_server.tool.call_count == 4
+ # - get_mr_diff
+ # - run_ci_pipeline
+ assert mock_server.tool.call_count == 6
# Verify that the tool decorator was called with functions that have
# working_directory parameter. We can't directly access the decorated functions