Update test/tests/serial/mail_with_oauth2.bats
This commit is contained in:
parent
b24096dd5c
commit
a13c8d46ff
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue