09e9f3545f
Test / Code Quality (push) Has been cancelled
Test / Test (macos-latest, Python 3.10) (push) Has been cancelled
Test / Test (macos-latest, Python 3.11) (push) Has been cancelled
Test / Test (macos-latest, Python 3.12) (push) Has been cancelled
Test / Test (macos-latest, Python 3.13) (push) Has been cancelled
Test / Test (macos-latest, Python 3.14) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.10) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.11) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.12) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.13) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.14) (push) Has been cancelled
Test / Test (windows-latest, Python 3.10) (push) Has been cancelled
Test / Test (windows-latest, Python 3.11) (push) Has been cancelled
Test / Test (windows-latest, Python 3.12) (push) Has been cancelled
Test / Test (windows-latest, Python 3.13) (push) Has been cancelled
Test / Test (windows-latest, Python 3.14) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
dependency-audit / pip-audit (push) Has been cancelled
16 lines
847 B
YAML
16 lines
847 B
YAML
# VCR cassette for the local `notebooklm auth check` CLI integration tests.
|
|
#
|
|
# The default `auth check` path is a local-only diagnostic — it reads the
|
|
# profile's storage_state.json and validates the cookie jar, making NO HTTP
|
|
# requests. This cassette is therefore intentionally empty: the matched tests
|
|
# exist to guard that the no-network `auth check` path never starts emitting
|
|
# HTTP traffic in a future refactor (VCR in record_mode='none' raises on any
|
|
# unmatched request). If a network call is ever added to the default path, the
|
|
# cli_vcr test fails loudly with a CannotOverwriteExistingCassetteException and
|
|
# forces the author to re-record this cassette intentionally.
|
|
#
|
|
# The token-fetch (`auth check --test`) and `auth refresh` paths DO make HTTP
|
|
# and reuse `auth_rotate_cookies_refresh.yaml` instead.
|
|
interactions: []
|
|
version: 1
|