Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential bug in test_rosdep_sources_list.py (#952)
When running pytest from anywhere else than the project root directory, test_rosdep_sources_list.py would fail because there was 2 hardcoded path that depended on where the test was run from. This commit fixes this by using a relative path from the aforementioned file, which is the same logic used in other tests.
- Loading branch information