Skip to content

Commit c0d7a92

Browse files
committed
ext/snmp: update empty object_id ValueError expectation
1 parent 4a448a7 commit c0d7a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/snmp/tests/snmp2_get.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var_dump(snmp2_get($hostname, $community, array('.1.3.6.1.2.1.1.1.0', '.1.3.6.1.
5454
--EXPECTF--
5555
Checking error handling
5656
Empty OID array
57-
Array of object IDs must not be empty
57+
snmp2_get(): Argument #3 ($object_id) must not be empty when passed as an array
5858
Checking working
5959
Single OID
6060
string(%d) "%s"

0 commit comments

Comments
 (0)