Skip to content
Snippets Groups Projects
Commit 2e7ff49b authored by Demian Katz's avatar Demian Katz
Browse files

Updated test to reflect ChoiceAuth changes.

parent c7dc101e
No related merge requests found
......@@ -210,7 +210,7 @@ class ShibbolethTest extends \VuFindTest\Unit\DbTestCase
public function testSessionInitiator()
{
$this->assertEquals(
'http://myserver?target=http%3A%2F%2Ftarget',
'http://myserver?target=http%3A%2F%2Ftarget%3Fauth_method%3DShibboleth',
$this->getAuthObject()->getSessionInitiator('http://target')
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment