mirror of
https://github.com/zgs225/cliproxy-plugin-commandcode.git
synced 2026-09-26 03:32:50 +08:00
feat(quota): All as default tab with per-key OpenCode cards grouped by provider, bump v0.4.2
This commit is contained in:
@@ -74,8 +74,8 @@ func TestHandleManagement_QuotaResource(t *testing.T) {
|
||||
if !strings.Contains(bodyStr, "用量配额") {
|
||||
t.Errorf("Body does not contain expected menu text 用量配额")
|
||||
}
|
||||
if !strings.Contains(bodyStr, "v0.4.1") {
|
||||
t.Errorf("Body does not contain version badge v0.4.0")
|
||||
if !strings.Contains(bodyStr, "v0.4.2") {
|
||||
t.Errorf("Body does not contain version badge v0.4.2")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user