Skip to content

Commit 397ee63

Browse files
Update dev_tools/prepared_env_security_test.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7f02a9e commit 397ee63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_tools/prepared_env_security_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_report_status_to_github_token_in_header(self, mock_post):
2929
# Security check: Token should be in the Authorization header
3030
self.assertEqual(
3131
headers.get('Authorization'),
32-
'token my-token',
32+
'Bearer my-token',
3333
"Token should be passed in the Authorization header",
3434
)
3535

0 commit comments

Comments
 (0)