File: const.py

package info (click to toggle)
python-aiomealie 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,848 kB
  • sloc: python: 1,119; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""Constants for tests."""

from aiomealie.mealie import VERSION

MEALIE_URL = "https://demo.mealie.io"

HEADERS = {
    "User-Agent": f"AioMealie/{VERSION}",
    "Accept": "application/json, text/plain, */*",
}