From 16c31ebb7c99b5742ac8dccd8b6f4d593fe3ad41 Mon Sep 17 00:00:00 2001 From: eeintech Date: Wed, 28 Oct 2020 17:59:35 -0500 Subject: [PATCH] Re-added deleted Digi-Key API token, oopsy! --- tests/files/token_storage.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/files/token_storage.json diff --git a/tests/files/token_storage.json b/tests/files/token_storage.json new file mode 100644 index 00000000..d62c9c97 --- /dev/null +++ b/tests/files/token_storage.json @@ -0,0 +1 @@ +{"access_token": "bRe9FgoPlWMZmTwdsaTZJK2ch9h1", "refresh_token": "pBEIPpRRVIVON9d2UgoYUXntz2BcqRl7", "expires_in": 1799, "refresh_token_expires_in": 7775999, "token_type": "BearerToken", "expires": 1603927104.486405} \ No newline at end of file