Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Aug 22, 2023
1 parent 1895851 commit b56017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volttrontesting/fixtures/volttron_platform_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def volttron_instance_module_web(request):
params=[
dict(messagebus='zmq'),
pytest.param(dict(messagebus='rmq', ssl_auth=True), marks=rmq_skipif),
pytest.param(dict(messagebus='zmq', auth_enabled=False))
dict(messagebus='zmq', auth_enabled=False)
])
def volttron_instance(request, **kwargs):
"""Fixture that returns a single instance of volttron platform for testing
Expand Down

0 comments on commit b56017f

Please sign in to comment.