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:
+1
-1
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user