Skip to content

Commit 6389747

Browse files
committed
Adjust tests
1 parent 2321966 commit 6389747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ public function userContextLogoutHandlerProvider()
608608
'auto no client' => ['config/user_context_auto_noclient.yml', false, false, false, false, null],
609609
'auto ban client' => ['config/user_context_auto_banclient.yml', true, true, 'custom', 'auto', null],
610610
'auto non ban client' => ['config/user_context_auto_notbanclient.yml', false, 'auto', 'nginx', 'auto', null],
611-
'true no client' => ['config/user_context_true_noclient.yml', null, false, 'auto', false, 'you need to configure a ban capable proxy_client'],
611+
'true no client' => ['config/user_context_true_noclient.yml', null, false, 'auto', false, 'you need to configure a tag capable proxy_client'],
612612
'true ban client' => ['config/user_context_true_banclient.yml', true, true, 'custom', 'auto', null],
613-
'true non ban client' => ['config/user_context_true_notbanclient.yml', null, true, 'nginx', 'auto', 'you need to configure a ban capable proxy_client'],
613+
'true non ban client' => ['config/user_context_true_notbanclient.yml', null, true, 'nginx', 'auto', 'you need to configure a tag capable proxy_client'],
614614
];
615615
}
616616

0 commit comments

Comments
 (0)