Skip to content

Commit a167f70

Browse files
committed
remove unused var
1 parent 88ecf99 commit a167f70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ async def test_historical_data(self):
5353
with mock.patch("viam.app.data_client.DataClient.tabular_data_by_mql") as mocked:
5454
with mock.patch("viam.app.viam_client._get_access_token") as patched_auth:
5555
ACCESS_TOKEN = "MY_ACCESS_TOKEN"
56-
METADATA = {"authorization": f"Bearer {ACCESS_TOKEN}"}
5756
patched_auth.return_value = ACCESS_TOKEN
5857

5958
os.environ["VIAM_API_KEY"] = "MY_API_KEY"

0 commit comments

Comments
 (0)