Skip to content

Commit 2c920b1

Browse files
committed
fix: add namespace_name
1 parent 9966cb2 commit 2c920b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veadk/tools/builtin_tools/agent_authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def check_agent_authorization(
6868
operation=operation,
6969
resource=resource,
7070
original_callers=original_callers,
71-
namespace_name="wqf--test",
71+
namespace="wqf--test",
7272
)
7373

7474
if allowed:

0 commit comments

Comments
 (0)