File: token.py

package info (click to toggle)
pypaperless 5.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: python: 5,607; sh: 26; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
"""Token snapshot."""

from tests.const import PAPERLESS_TEST_TOKEN

DATA_TOKEN = {"token": PAPERLESS_TEST_TOKEN}