Skip to content

Commit

Permalink
feat: add test that PYTHONPATH exists in dockerfile for inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirdavid1 committed Dec 17, 2024
1 parent a071d5d commit 16a55ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/common/assert/simple-demo-instrumented.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ metadata:
status:
runtimeDetailsByContainer:
- containerName: inventory
envVars:
- name: PYTHONPATH
value: /bar
envVarsFromDockerFile:
- name: PYTHONPATH
value: /foo
language: python
runtimeVersion: 3.11.9
---
Expand Down

0 comments on commit 16a55ab

Please sign in to comment.