Commit b17140e
committed
Loosen the APPSIGNAL_AGENT_PATH assertion
Previously, the APPSIGNAL_AGENT_PATH assertion assumed the project
directory was named nodejs, so it checked if the path ended on
`nodejs/ext`. That didn't work on my machine, so the test now only
checks if the path ends with `/ext`.1 parent 4f2f08f commit b17140e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments