Update test/tests/serial/mail_with_oauth2.bats

This commit is contained in:
Brennan Kinney 2024-01-13 09:39:06 +13:00 committed by GitHub
parent b24096dd5c
commit a13c8d46ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ function teardown_file() {
# An initial connection needs to be made first, otherwise the auth attempt fails # An initial connection needs to be made first, otherwise the auth attempt fails
_run_in_container_bash 'nc -vz 0.0.0.0 143' _run_in_container_bash 'nc -vz 0.0.0.0 143'
_nc_wrapper 'auth/imap-oauth2-auth' '-w 1 0.0.0.0 143' _nc_wrapper 'auth/imap-oauth2-auth.txt' '-w 1 0.0.0.0 143'
assert_output --partial 'Examine completed' assert_output --partial 'Examine completed'
} }