From 7f6c6d903e3cec5a393457ff0a04b67832499307 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 29 Mar 2026 00:27:28 -0400 Subject: [PATCH] test: update Bruno test data for media items Update Bruno API test collections with latest test data: Bookhoard.yml environment: - Update media_item_id to current database value after recent database recreation/schema updates Create Media Rating test: - Change test rating from 8 to 7 to test different rating value for validation These are test infrastructure updates only, no application code changes. --- bruno/environments/Bookhoard.yml | 2 +- bruno/media-items/Create Media Rating.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bruno/environments/Bookhoard.yml b/bruno/environments/Bookhoard.yml index 52cfbd1..78813b0 100644 --- a/bruno/environments/Bookhoard.yml +++ b/bruno/environments/Bookhoard.yml @@ -3,7 +3,7 @@ variables: - name: base_url value: http://localhost:8765 - name: media_item_id - value: 02a535a4-19f8-43fa-b81b-89a226d19dd9 + value: 18a08a9f-4683-4250-8eec-11983753b6dc - name: fake_book_id value: 123e4567-e89b-12d3-a456-426614174000 - name: user_id diff --git a/bruno/media-items/Create Media Rating.yml b/bruno/media-items/Create Media Rating.yml index 96d823d..cda4124 100644 --- a/bruno/media-items/Create Media Rating.yml +++ b/bruno/media-items/Create Media Rating.yml @@ -13,7 +13,7 @@ http: type: json data: |- { - "rating": 8 + "rating": 7 } auth: inherit