Skip to content

Commit 1855a96

Browse files
authored
1 parent d201e37 commit 1855a96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/cli-repl/test/e2e-auth.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,11 @@ describe('Auth e2e', function() {
10141014
try {
10151015
try {
10161016
try {
1017-
shell.assertContainsOutput('Unspecified GSS failure');
1017+
try {
1018+
shell.assertContainsOutput('Unspecified GSS failure');
1019+
} catch {
1020+
shell.assertContainsOutput('The context has expired: Success');
1021+
}
10181022
} catch {
10191023
shell.assertContainsOutput('The token supplied to the function is invalid');
10201024
}

0 commit comments

Comments
 (0)