mirror of
https://github.com/langgenius/dify.git
synced 2026-06-01 04:00:59 -04:00
fix(api): stop returning 204 with response body and add CI check (#36489)
This commit is contained in:
@@ -179,8 +179,8 @@ class TestModelProviderCredentialApi:
|
||||
):
|
||||
result, status = method(api, provider="openai")
|
||||
|
||||
assert result["result"] == "success"
|
||||
assert status == 204
|
||||
assert result == ""
|
||||
|
||||
|
||||
class TestModelProviderCredentialSwitchApi:
|
||||
|
||||
Reference in New Issue
Block a user