Skip to content

Commit 30d5a70

Browse files
author
James Fuqian
authored
[BB2-1241, BB2-1264] SBX automated email and dev local readme broken links (#1020)
* fix broken links across templates and readme.md * fix integration tests to pass CI check, formal fix will be in another PR. * also correct prod access guide link per BB2-1264. * comment on integration test fix.
1 parent 6dd1e25 commit 30d5a70

File tree

6 files changed

+139
-120
lines changed

6 files changed

+139
-120
lines changed

apps/integration_tests/integration_test_fhir_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ def _call_fhir_meta_endpoint(self, v2=False):
309309
except KeyError:
310310
pass
311311
self.assertIsNotNone(fhir_ver)
312+
# match any FHIR ver 4.0.*
312313
versionOK = fhir_ver and fhir_ver.startswith('4.0.' if v2 else '3.0.2')
313314
self.assertTrue(versionOK)
314-
# dump_content(json.dumps(content), "fhir_meta_{}.json".format('v2' if v2 else 'v1'))
315315
self.assertEqual(validate_json_schema(FHIR_META_SCHEMA, content), True)
316316

317317
@override_switch('require-scopes', active=True)

0 commit comments

Comments
 (0)