Skip to content

Commit bfc2f2c

Browse files
[2.7] Fix auth test (#4315)
Following changes in #4301 we will generate a signature.json that CI should expect. ### Description Fix ci ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Quick tests passed locally by running `./runtest.sh`. - [ ] In-line docstrings updated. - [ ] Documentation updated. Co-authored-by: Chester Chen <512707+chesterxgchen@users.noreply.github.com>
1 parent d8aaa53 commit bfc2f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_test/data/test_configs/authorization/shell_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests:
1313
"admin_user_name": "admin@a.org"
1414
"result":
1515
"type": "admin_api_response"
16-
"data": "audit.log daemon_pid.fl local log.json log.txt log_error.txt pid.fl readme.txt startup transfer"
16+
"data": "audit.log daemon_pid.fl local log.json log.txt log_error.txt pid.fl readme.txt signature.json startup transfer"
1717
- "trigger":
1818
"type": "server_log"
1919
"data": "Server started"
@@ -28,7 +28,7 @@ tests:
2828
"actions": [ "shell_commands ls site-1" ]
2929
"result":
3030
"type": "admin_api_response"
31-
"data": "audit.log daemon_pid.fl local log.json log.txt log_error.txt pid.fl readme.txt startup transfer"
31+
"data": "audit.log daemon_pid.fl local log.json log.txt log_error.txt pid.fl readme.txt signature.json startup transfer"
3232
- "trigger":
3333
"type": "server_log"
3434
"data": "Server started"

0 commit comments

Comments
 (0)