fix: update test files for token handling and response parsing

- Update callers of createTestMediaItemID to not pass token
- Fix loginAdminUser to delete/recreate admin user for consistent state
- Fix TestListAllQueueItems_Admin to parse response as map with 'items' key
- Remove unused token variables from tests
- Update device_test.go with admin password hash constant
This commit is contained in:
2026-02-14 00:12:28 -05:00
parent 962bab1df0
commit 8e054bd149
10 changed files with 168 additions and 185 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ func TestAnalyticsPopularBooks(t *testing.T) {
t.Run("GetPopularBooks_ResponseStructure", func(t *testing.T) {
// First create a book and some reading history
bookID := createTestMediaItemID(t, setup.Server, token)
bookID := createTestMediaItemID(t, setup.Server)
// Create reading history for the book
historyReq := map[string]interface{}{