@@ -101,7 +101,7 @@ public function testDiscoveryFallthru(): void
101101 $ request = Request::create (
102102 '/discovery ' ,
103103 'GET ' ,
104- ['AuthState ' => 'someState ' ]
104+ ['AuthState ' => '_abc123 ' ]
105105 );
106106
107107 $ c = new Controller \DiscoController ($ this ->config , $ this ->session );
@@ -154,7 +154,7 @@ public function testDiscoveryFallthruWithSource(): void
154154 $ request = Request::create (
155155 '/discovery ' ,
156156 'GET ' ,
157- ['AuthState ' => 'someState ' ]
157+ ['AuthState ' => '_abc123 ' ]
158158 );
159159
160160 $ c = new Controller \DiscoController ($ this ->config , $ this ->session );
@@ -208,7 +208,7 @@ public function testDiscoveryDelegateAuth1(): void
208208 $ request = Request::create (
209209 '/discovery ' ,
210210 'GET ' ,
211- ['AuthState ' => 'someState ' ]
211+ ['AuthState ' => '_abc123 ' ]
212212 );
213213
214214 $ c = new Controller \DiscoController ($ this ->config , $ this ->session );
@@ -264,7 +264,7 @@ public function testDiscoveryDelegateAuth1WithPreviousSource(): void
264264 $ request = Request::create (
265265 '/discovery ' ,
266266 'GET ' ,
267- ['AuthState ' => 'someState ' , 'source ' => 'admin ' ]
267+ ['AuthState ' => '_abc123 ' , 'source ' => 'admin ' ]
268268 );
269269
270270 $ c = new Controller \DiscoController ($ this ->config , $ this ->session );
@@ -320,7 +320,7 @@ public function testDiscoveryDelegateAuth2(): void
320320 $ request = Request::create (
321321 '/discovery ' ,
322322 'GET ' ,
323- ['AuthState ' => 'someState ' , 'sourceChoice[admin] ' => 'something admin ' ]
323+ ['AuthState ' => '_abc123 ' , 'sourceChoice[admin] ' => 'something admin ' ]
324324 );
325325
326326 $ c = new Controller \DiscoController ($ this ->config , $ this ->session );
0 commit comments