mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 19:47:53 +08:00
r2
This commit is contained in:
parent
e7d394f160
commit
9dcba51225
@ -111,7 +111,7 @@ class DatasourceAuth(Resource):
|
||||
provider=args["provider"],
|
||||
plugin_id=args["plugin_id"],
|
||||
credentials=args["credentials"],
|
||||
name="test" + str(random.randint(1, 1000000)),
|
||||
name="test" + str(random.randint(1, 1000000)), # noqa: S311
|
||||
)
|
||||
except CredentialsValidateFailedError as ex:
|
||||
raise ValueError(str(ex))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user