Fix integration test library type and update results

- Fix library type from 'ebook' to 'ebooks' in integration test
- Update test results showing all 9 tests passing
This commit is contained in:
2026-01-30 20:16:28 -05:00
parent 6432d4cb00
commit 9789bc25a7
2 changed files with 45 additions and 4 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ main() {
-d '{
"name": "Integration Test Library",
"description": "Library for integration testing",
"type": "ebook"
"type": "ebooks"
}')
LIB_STATUS=$(echo "$LIBRARY_RESPONSE" | grep "HTTP Status:" | awk '{print $3}')