chore(bruno): update environment variables for testing
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
This commit is contained in:
@@ -13,9 +13,9 @@ variables:
|
||||
- name: note_id
|
||||
value: 7710a602-g29b-61d4-c716-446655440002
|
||||
- name: library_id
|
||||
value: cc23c3a7-f8fb-451a-a78d-2a16df1b725a
|
||||
value: 551ac19c-896a-4406-b479-353fc489b295
|
||||
- name: job_id
|
||||
value: 550e8400-e29b-41d4-a716-446655440000
|
||||
value: 450094c6-a8f1-4125-aea7-77df80223877
|
||||
- name: rating
|
||||
value: "5"
|
||||
- name: is_visible
|
||||
@@ -32,3 +32,5 @@ variables:
|
||||
name: kobo_device_token
|
||||
- secret: true
|
||||
name: other_device_id
|
||||
- name: collection_id
|
||||
value: 11e8d915-ef95-4257-98b3-b8eeacfd59b9
|
||||
|
||||
Reference in New Issue
Block a user