Skip to content

Commit

Permalink
Merge 92c2a9d into 076105e
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jul 27, 2022
2 parents 076105e + 92c2a9d commit aecab01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_registry_agent_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def test_registry_agent_main(wait_for_crossbar, run_agent, client):
assert resp.session['op_code'] == OpCode.RUNNING.value

client.main.stop()
client.main.wait() # wait for process to exit
resp = client.main.status()
assert resp.session['op_code'] == OpCode.STOPPING.value
assert resp.session['op_code'] == OpCode.SUCCEEDED.value

0 comments on commit aecab01

Please sign in to comment.