Skip to content

Commit 0532971

Browse files
committed
revert
1 parent 1a9c487 commit 0532971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_viam_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ async def test_clients(self):
4949
patched_dial.return_value = channel
5050
with patch("viam.app.viam_client._get_access_token") as patched_auth:
5151
ACCESS_TOKEN = "MY_ACCESS_TOKEN"
52+
METADATA = {"authorization": f"Bearer {ACCESS_TOKEN}"}
5253
patched_auth.return_value = ACCESS_TOKEN
5354

5455
creds = Credentials("api-key", "SOME_API_KEY")

0 commit comments

Comments
 (0)