Skip to content

Commit 7d66bc9

Browse files
committed
re-syncing integration tests with connect
1 parent 1c3cce5 commit 7d66bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/jwt_testbed.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def api_key_authorization_header(token):
4848

4949

5050
def jwt_authorization_header(token):
51-
return {"Authorization": "Bearer " + token}
51+
return {"Authorization": "Connect-Bootstrap " + token}
5252

5353

5454
def generate_jwt_secured_header(keypath):
@@ -246,7 +246,7 @@ def endpoint_subsequent_calls(step, env):
246246

247247
response = requests.post(env["bootstrap_endpoint"], headers=generate_jwt_secured_header(env["keypath"]))
248248

249-
assert_status_code(response, 400)
249+
assert_status_code(response, 403)
250250

251251
success()
252252

0 commit comments

Comments
 (0)