We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeae1d8 commit bdc6342Copy full SHA for bdc6342
test/unit/agent_metadata/test_aws_ec2_instance.py
@@ -44,7 +44,7 @@ def around(self):
44
httpretty.register_uri(
45
httpretty.GET,
46
EC2_API_TOKEN_URI,
47
- body="PARIOq_FXbIyL0maE9RcmrsyWtylvFh1ZDt0NrRUyNxeV1-DlpFpA==")
+ body="fakeAndDummy")
48
yield
49
httpretty.disable()
50
httpretty.reset()
0 commit comments