Skip to content
Snippets Groups Projects
Commit bf2ae603 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

Fix tests after rebase

parent 27dfd5d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ post:
example: !include ../examples/input/project.json
schema: !include ../schemas/input/project.json
/{ProjectId}:
uriParameters:
ProjectId:
type: string
required: true
type: container-item
uriParameters:
ProjectId:
......
......@@ -54,6 +54,10 @@ BASE_URL="$SCITRAN_SITE_API_URL" \
PATH=$(npm bin):$PATH
if [ ! -d $( npm bin ) ]; then
npm install test/integration_tests
fi
# Allow us to require modules from package.json,
# since abao_test_hooks.js is not being called from the package directory
integration_test_node_modules="$( pwd )/node_modules/scitran-core-integration-tests/node_modules"
......
{
"variables": [],
"info": {
"name": "test copy",
"_postman_id": "3b18b34b-ff24-0bde-72b5-0dd2d8f40eb4",
"name": "test",
"_postman_id": "8ba45209-3031-7260-9f33-83ff127bdce4",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
......@@ -821,4 +821,4 @@
"response": []
}
]
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment