This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Commit 0a394fc
committed
Fix mount path assertion
The test passed locally, but didn't match in CI: https://github.com/localstack/localstack/actions/runs/17940461254/job/51017715236?pr=13183#step:9:3229
```
/var/lib/localstack/tmp/hot-reload-342b262a
/tmp/localstack/tmp/hot-reload-342b262a
```
Using the `mount_path` should fix this issue in CI.1 parent 73d20a2 commit 0a394fc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments