Skip to content

Commit

Permalink
Fix Test Script (#12849)
Browse files Browse the repository at this point in the history
Inadvertently altered a test condition in a previous check-in.
  • Loading branch information
mrjerryjohns authored Dec 9, 2021
1 parent 3042ef8 commit 2fb8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def TestReadBasicAttributes(self, nodeid: int, endpoint: int, group: int):
"VendorID": 9050,
"ProductName": "TEST_PRODUCT",
"ProductID": 65279,
"NodeLabel": "",
"NodeLabel": "Test",
"Location": "",
"HardwareVersion": 0,
"HardwareVersionString": "TEST_VERSION",
Expand Down

0 comments on commit 2fb8ee6

Please sign in to comment.