diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-16 09:25:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 14:17:59 +0000 |
commit | 1ed6cef7e84432c365d6a3d876974df8ceb8c4e3 (patch) | |
tree | 7fb49cdc7a8feb94df8f7087a40f245d6931f64f /t/Mock/OpenIDConnect.pm | |
parent | 6ef6388a59e4e04ce42cb4fd6785e99460331cc5 (diff) |
[SortMySign] Tweaks needed for tests.
Diffstat (limited to 't/Mock/OpenIDConnect.pm')
-rw-r--r-- | t/Mock/OpenIDConnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Mock/OpenIDConnect.pm b/t/Mock/OpenIDConnect.pm index 1a1428758..ba7d03b1d 100644 --- a/t/Mock/OpenIDConnect.pm +++ b/t/Mock/OpenIDConnect.pm @@ -55,7 +55,7 @@ sub dispatch_request { extension_CrmContactId => "1c304134-ef12-c128-9212-123908123901", nonce => 'MyAwesomeRandomValue', }; - $payload->{emails} = ['pkg-tappcontrollerauth_social.t-oidc@example.org'] if $self->returns_email; + $payload->{emails} = ['pkg-tappcontrollerauth_socialt-oidc@example.org'] if $self->returns_email; my $signature = "dummy"; my $id_token = join(".", ( encode_base64($self->json->encode($header), ''), |