[PR #2554] [MERGED] test(models/openrouter): add e2e tests #2567

Closed
opened 2026-02-16 11:17:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2554
Author: @Stream29
Created: 2/6/2026
Status: Merged
Merged: 2/6/2026
Merged by: @Stream29

Base: mainHead: models/openrouter/e2e-test


📝 Commits (5)

  • e739f33 test(models/openrouter): add e2e tests
  • ca71de7 test(models/openrouter): remove invalid models
  • 0646f04 test(models/openrouter): try to fix test
  • 301c6cd test(models/openrouter): idk why, but test fail on that check
  • 96b5b5a test(models/openrouter): idk why, but test fail on that

📊 Changes

4 files changed (+80 additions, -31 deletions)

View changed files

📝 models/openrouter/manifest.yaml (+1 -1)
📝 models/openrouter/models/llm/_position.yaml (+1 -30)
📝 models/openrouter/pyproject.toml (+2 -0)
models/openrouter/tests/test_llm_call.py (+76 -0)

📄 Description

Related Issues or Context

https://github.com/langgenius/dify/discussions/19379

This PR contains Changes to LLM Models Plugin

Only test added.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2554 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `models/openrouter/e2e-test` --- ### 📝 Commits (5) - [`e739f33`](https://github.com/langgenius/dify-official-plugins/commit/e739f330530fdfaddcf30825ef669a75a0f4cc39) test(models/openrouter): add e2e tests - [`ca71de7`](https://github.com/langgenius/dify-official-plugins/commit/ca71de7b04ee5869554803115ab7ec66e69037c7) test(models/openrouter): remove invalid models - [`0646f04`](https://github.com/langgenius/dify-official-plugins/commit/0646f04e965ee768135a18c9dc43bf93da383a4b) test(models/openrouter): try to fix test - [`301c6cd`](https://github.com/langgenius/dify-official-plugins/commit/301c6cd29c457505e6eedcfa7e0f6e201350d2bd) test(models/openrouter): idk why, but test fail on that check - [`96b5b5a`](https://github.com/langgenius/dify-official-plugins/commit/96b5b5a26b281b6bf56c1dc1a0bd606af9df8112) test(models/openrouter): idk why, but test fail on that ### 📊 Changes **4 files changed** (+80 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `models/openrouter/manifest.yaml` (+1 -1) 📝 `models/openrouter/models/llm/_position.yaml` (+1 -30) 📝 `models/openrouter/pyproject.toml` (+2 -0) ➕ `models/openrouter/tests/test_llm_call.py` (+76 -0) </details> ### 📄 Description ## Related Issues or Context https://github.com/langgenius/dify/discussions/19379 ## This PR contains Changes to *LLM Models Plugin* Only test added. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:17:20 -05:00
yindo closed this issue 2026-02-16 11:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2567