Update Bruno environment configuration with current library and job IDs to support API testing workflows. Changes: - Update library_id to current active library - Update job_id to recent scan job - Add collection_id variable for collection testing Variables Updated: - library_id: 551ac19c-896a-4406-b479-353fc489b295 - job_id: 450094c6-a8f1-4125-aea7-77df80223877 - collection_id: 11e8d915-ef95-4257-98b3-b8eeacfd59b9 (new) Impact: - Bruno requests reference current test data - Supports testing scan functionality - Enables collection endpoint testing - Maintains test environment consistency File: bruno/environments/Bookhoard.yml
37 lines
951 B
YAML
37 lines
951 B
YAML
name: Bookhoard
|
|
variables:
|
|
- name: base_url
|
|
value: http://localhost:8765
|
|
- name: media_item_id
|
|
value: 02a535a4-19f8-43fa-b81b-89a226d19dd9
|
|
- name: fake_book_id
|
|
value: 123e4567-e89b-12d3-a456-426614174000
|
|
- name: user_id
|
|
value: c51118f0-31fc-4c32-827d-517d6599bf21
|
|
- name: highlight_id
|
|
value: 660f9501-f29b-51d4-b716-446655440001
|
|
- name: note_id
|
|
value: 7710a602-g29b-61d4-c716-446655440002
|
|
- name: library_id
|
|
value: 551ac19c-896a-4406-b479-353fc489b295
|
|
- name: job_id
|
|
value: 450094c6-a8f1-4125-aea7-77df80223877
|
|
- name: rating
|
|
value: "5"
|
|
- name: is_visible
|
|
value: "true"
|
|
- name: library_folder
|
|
value: /app/uploads
|
|
- name: opds_base_url
|
|
value: ""
|
|
- secret: true
|
|
name: token
|
|
- secret: true
|
|
name: refresh_token
|
|
- secret: true
|
|
name: kobo_device_token
|
|
- secret: true
|
|
name: other_device_id
|
|
- name: collection_id
|
|
value: 11e8d915-ef95-4257-98b3-b8eeacfd59b9
|