Skip to content

Commit bdc6342

Browse files
Replace fake token used in unit test with a dummy one.
1 parent aeae1d8 commit bdc6342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/agent_metadata/test_aws_ec2_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def around(self):
4444
httpretty.register_uri(
4545
httpretty.GET,
4646
EC2_API_TOKEN_URI,
47-
body="PARIOq_FXbIyL0maE9RcmrsyWtylvFh1ZDt0NrRUyNxeV1-DlpFpA==")
47+
body="fakeAndDummy")
4848
yield
4949
httpretty.disable()
5050
httpretty.reset()

0 commit comments

Comments
 (0)