Skip to content

Commit

Permalink
Remove RevisionCounter node
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Danelon <[email protected]>
  • Loading branch information
DaruZero committed Dec 12, 2023
1 parent 7f0d3d2 commit 8a361ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/opcua_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ func TestAgainstRemoteInstance(t *testing.T) {

var err error

var nodeIDStrings = []string{"ns=4;s=|var|WAGO 750-8101 PFC100 CS 2ETH.Application.GVL", "ns=4;s=|vprop|WAGO 750-8101 PFC100 CS 2ETH.Application.RevisionCounter"}
var nodeIDStrings = []string{"ns=4;s=|var|WAGO 750-8101 PFC100 CS 2ETH.Application.GVL"}

parsedNodeIDs := ParseNodeIDs(nodeIDStrings)

Expand Down

0 comments on commit 8a361ed

Please sign in to comment.