Skip to content

Commit

Permalink
Add response for check_source
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Aug 8, 2023
1 parent 33cb5bc commit e33e6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_hwp_pmx_agent_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def test_hwp_rotation_acq(wait_for_crossbar, kikusui_emu, run_agent, client):
responses = {'meas:volt?': '2',
'meas:curr?': '1',
':system:error?': '+0,"No error"\n',
'stat:ques?': '0'}
'stat:ques?': '0',
'volt:ext:sour?': 'source_name'}
kikusui_emu.define_responses(responses)

client.init_connection.wait() # wait for connection to be made
Expand Down

0 comments on commit e33e6a2

Please sign in to comment.