Skip to content

Commit

Permalink
fix: Modify config in OpcAdapterConfiguration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Oct 11, 2024
1 parent 76e8c67 commit 59773aa
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@ const getAdapterBuilder = () => {
return AdapterBuilder.create('OPC_UA')
.setName('OPC UA Configuration Test')
.addInput('radio', 'adapter_type-pull_mode', '')
.addInput('input', 'undefined-PULLING_INTERVAL-0', '1000')
.addInput(
'input',
'undefined-pull-mode-group-0-PULLING_INTERVAL-0',
'1000',
)
.addInput('radio', 'access_mode-none', '')
.addInput('radio', 'opc_host_or_url-url', '')
.addInput(
Expand Down

0 comments on commit 59773aa

Please sign in to comment.