Skip to content

Commit

Permalink
Merge pull request #946 from bcgov/revert-941-feature/360_well_altera…
Browse files Browse the repository at this point in the history
…tion

Revert "Feature/360 well alteration"
  • Loading branch information
Sybrand authored Oct 12, 2018
2 parents 2e638fa + ba69c9a commit 7877cb6
Show file tree
Hide file tree
Showing 115 changed files with 4,016 additions and 4,829 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ var/
.installed.cfg
*.egg
webpack-stats.json
api-tests/.envrc
functional-tests/.envrc
app/backend/.env
*.secret_env

Expand Down Expand Up @@ -131,7 +133,6 @@ functional-tests/src/test/groovy/testtamplet.txt

#virtual env
/deactivate
venv
.venv
venv
.direnv
Expand Down
38 changes: 0 additions & 38 deletions api-tests/aquifers_api_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,44 +130,6 @@
}
},
"response": []
},
{
"name": "Aquifer Retrieve",
"event": [
{
"listen": "test",
"script": {
"id": "768133b0-7dd6-4197-97ca-ddca5cb1743f",
"type": "text/javascript",
"exec": [
"var jsonData = pm.response.json()",
"",
"pm.test(\"Status code is 200\", function () {",
" pm.expect(pm.response.code).to.equal(200);",
"})",
""
]
}
}
],
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "{{base_url}}/api/v1/aquifers/1",
"host": [
"{{base_url}}"
],
"path": [
"api",
"v1",
"aquifers",
"1"
]
}
},
"response": []
}
]
}
Loading

0 comments on commit 7877cb6

Please sign in to comment.