Skip to content

Commit

Permalink
Add scope parameter (ros2#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jul 30, 2020
1 parent 54e80d5 commit 219dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sros2/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
os.environ['HTTP_PROXY'] = 'http://example.com'


@pytest.fixture('session')
@pytest.fixture(scope='session')
def test_policy_dir():
return pathlib.Path(__file__).parent / 'policies'

0 comments on commit 219dd9f

Please sign in to comment.