We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350dcb9 commit b05573dCopy full SHA for b05573d
test/csp_helpers.py
@@ -379,7 +379,7 @@ def __init__(self):
379
b'{"region": "us-east-1", "instanceId": "i-1234567890abcdef0"}'
380
)
381
self.metadata_token = "test-token"
382
- self.web_identity_token = "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhd3MtdGVzdCIsImF1ZCI6InNub3dmbGFrZWNvbXB1dGluZy5jb20ifQ.fake-signature"
+ self.web_identity_token = "fake.jwt.token-for-testing-only"
383
384
def assume_role(self, **kwargs):
385
if (
0 commit comments