Skip to content

Commit e477c06

Browse files
committed
fixed issue
1 parent bec1155 commit e477c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _fix_token_file_permissions(
592592
"vault-agent-llm",
593593
"chmod",
594594
"644",
595-
"/agent/out/token",
595+
"/agent/llm-token/token",
596596
],
597597
capture_output=True,
598598
text=True,

0 commit comments

Comments
 (0)