Skip to content

Commit 7cacb24

Browse files
jimfuqian/BB2-3696 Remove references to Bundle.total in backend response (#1299)
* remove bb2 reference to bfd bundle response 'total' * fix logging integration tests and add spanish selenium ti CI check. * fix test logit... * Update docker-compose/readme.md folder name should still be docker-compose Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> * Update docker-compose/readme.md fix folder name docker-compose Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> * Update docker-compose/readme.md Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> * Update docker-compose/readme.md Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> * Update docker-compose/readme.md Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com> * refactor integration tests of bundle total refs. * clean up fhir_total from log events and tests * address feedbacks * Apply suggestions from code review --------- Co-authored-by: jimmyfagan <90421499+jimmyfagan@users.noreply.github.com>
1 parent b8a0643 commit 7cacb24

30 files changed

+221
-222
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pipeline {
143143
steps{
144144
sh 'echo "RUN selenium tests - testclient based authorization flow tests and data flow tests"'
145145
sh """
146-
USE_NEW_PERM_SCREEN=true ON_REMOTE_CI=true pytest -s ./apps/integration_tests/selenium_tests.py
146+
USE_NEW_PERM_SCREEN=true ON_REMOTE_CI=true pytest -s ./apps/integration_tests/selenium_tests.py ./apps/integration_tests/selenium_spanish_tests.py
147147
"""
148148
}
149149
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ variables before running tests or the server itself.
7777

7878
Note you can find the path to your Python3 binary by typing `which python3`.
7979

80-
### docker-compose setup
80+
### docker compose setup
8181

8282
Instructions for running the development environment via `docker-compose` can be found [here](./docker-compose/readme.md)
8383

apps/fhir/bluebutton/tests/fhir_resources/coverage_search_v1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 4,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/coverage_search_v2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 4,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/eob_search_pt_v1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 70,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/eob_search_pt_v2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 10,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/eob_search_v1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 70,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/eob_search_v2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 10,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/patient_search_v1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 1,
98
"link": [
109
{
1110
"relation": "first",

apps/fhir/bluebutton/tests/fhir_resources/patient_search_v2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lastUpdated": "2020-12-09T16:19:38.679+00:00"
66
},
77
"type": "searchset",
8-
"total": 1,
98
"link": [
109
{
1110
"relation": "first",

0 commit comments

Comments
 (0)