Skip to content

Commit

Permalink
Merge pull request #1276 from atline/fix_docker_example
Browse files Browse the repository at this point in the history
docker: fix wrong state of example
  • Loading branch information
Emantor authored Oct 1, 2023
2 parents 342dc90 + e6fa794 commit fc3afcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@pytest.fixture(scope='session')
def command(target):
strategy = target.get_driver('DockerStrategy')
strategy.transition("shell")
strategy.transition("accessible")
shell = target.get_driver('CommandProtocol')
return shell

0 comments on commit fc3afcb

Please sign in to comment.