[PR #164] [MERGED] fix unit test #341

Closed
opened 2026-02-16 01:15:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/164
Author: @zxfishhack
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @Yeuoly

Base: mainHead: fix-cache-unittest


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 internal/utils/cache/redis_test.go (+1 -1)

📄 Description

fix cache unit test.

Error: internal/utils/cache/redis_test.go:286:62: not enough arguments in call to InitRedisClient
	have (string, string, bool)
	want (string, string, bool, int)

🔄 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-plugin-daemon/pull/164 **Author:** [@zxfishhack](https://github.com/zxfishhack) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix-cache-unittest` --- ### 📝 Commits (1) - [`c7a104b`](https://github.com/langgenius/dify-plugin-daemon/commit/c7a104b07b7acbc2ddf060ee3fc33c64c244c207) fix unit test ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/utils/cache/redis_test.go` (+1 -1) </details> ### 📄 Description fix cache unit test. ``` Error: internal/utils/cache/redis_test.go:286:62: not enough arguments in call to InitRedisClient have (string, string, bool) want (string, string, bool, int) ``` --- <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 01:15:38 -05:00
yindo closed this issue 2026-02-16 01:15:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#341