diff options
Diffstat (limited to 'tests/data/test842')
-rw-r--r-- | tests/data/test842 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test842 b/tests/data/test842 index 2b5ae1c18..42148d03e 100644 --- a/tests/data/test842 +++ b/tests/data/test842 @@ -38,7 +38,7 @@ imap IMAP OAuth 2.0 (OAUTHBEARER) authentication </name> <command> -'imap://%HOSTIP:%IMAPPORT/842/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM +'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM </command> # The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this @@ -51,7 +51,7 @@ IMAP OAuth 2.0 (OAUTHBEARER) authentication A001 CAPABILITY
A002 AUTHENTICATE OAUTHBEARER
%b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
-A003 SELECT 842
+A003 SELECT %TESTNUMBER
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol> |