Commit b0c16b7
fix: add missing NVI_TENANT environment variable to e2e test HAPI container
The fake-nvi HAPI FHIR server requires both NVI_AUDIENCE and NVI_TENANT
environment variables to properly configure the NVI partition. The test
harness was missing NVI_TENANT, causing partition validation errors when
searching for DocumentReferences through the NVI Gateway.
This aligns the e2e test configuration with the docker-compose.yml setup
which already includes both environment variables.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8e97793 commit b0c16b7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments