Cypress tests for OAuth login

This commit is contained in:
Jamie Curnow
2024-11-12 10:38:56 +10:00
parent d048d1fc98
commit 47d7896301
4 changed files with 67 additions and 6 deletions

View File

@ -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() {