mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
Cypress tests for OAuth login
This commit is contained in:
@ -33,6 +33,7 @@ func TestShutdown(t *testing.T) {
|
||||
err := Shutdown()
|
||||
require.Nil(t, err, "Shutdown should not return an error when jobqueue is started")
|
||||
|
||||
// nolint: gosimple
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
switch ctx.Err() {
|
||||
|
Reference in New Issue
Block a user