We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ecf99 commit a167f70Copy full SHA for a167f70
tests/test_module.py
@@ -53,7 +53,6 @@ async def test_historical_data(self):
53
with mock.patch("viam.app.data_client.DataClient.tabular_data_by_mql") as mocked:
54
with mock.patch("viam.app.viam_client._get_access_token") as patched_auth:
55
ACCESS_TOKEN = "MY_ACCESS_TOKEN"
56
- METADATA = {"authorization": f"Bearer {ACCESS_TOKEN}"}
57
patched_auth.return_value = ACCESS_TOKEN
58
59
os.environ["VIAM_API_KEY"] = "MY_API_KEY"
0 commit comments