Skip to content

Commit cf40b41

Browse files
authored
updates tests
1 parent 85dcc4e commit cf40b41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_devices.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
@pytest.mark.parametrize("kwargs, expected", [
77
({"in_val": "W7DTMJ19R2F", "input_type": "computer_name", }, "A1", ),
8-
({"in_val": "A2", "input_type": "rig_id", }, "W7DTMJ35Y0T", ),
8+
({"in_val": "w7dtmj19r2f", "input_type": "computer_name", }, "A1", ),
9+
({"in_val": "A2", "input_type": "rig_id", }, "w7dtmj35y0t", ),
910
({"in_val": "NOT_A_NAME", "input_type": "computer_name", }, "unknown", ),
1011
])
1112
def test_get_rid_id(kwargs, expected):

0 commit comments

Comments
 (0)