Skip to content

Commit 2ae7125

Browse files
committed
Fix for error message
1 parent a335539 commit 2ae7125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/snmp/tests/snmp3-error.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ try {
5959
?>
6060
--EXPECTF--
6161
Checking error handling
62-
Security level must be one of %s
62+
Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
6363
Security level must be one of "noAuthNoPriv", "authNoPriv", or "authPriv"
6464
Authentication protocol must be %s
6565

@@ -68,7 +68,7 @@ bool(false)
6868

6969
Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (The supplied password length is too short.) in %s on line %d
7070
bool(false)
71-
Security protocol must be one of "AES256", "AES256C", "AES192", "AES192C", "AES128", "AES", or "DES"
71+
Security protocol must be one of %s
7272

7373
Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in %s on line %d
7474
bool(false)

0 commit comments

Comments
 (0)