Skip to content

Commit

Permalink
Add scope parameter (backport to Foxy) (#232)
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 Aug 1, 2020
1 parent 8263f68 commit b36c9f7
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 b36c9f7

Please sign in to comment.