From 1f4a4755d1c372eab45ed7f6b5ca784b929f7a53 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 8 Dec 2017 13:35:29 +0100
Subject: [PATCH] fix missing attribute in accounts file

---
 lib/IdPAccountManager/TestAccount.pm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/IdPAccountManager/TestAccount.pm b/lib/IdPAccountManager/TestAccount.pm
index 3f6c9c8..d9c8b2a 100644
--- a/lib/IdPAccountManager/TestAccount.pm
+++ b/lib/IdPAccountManager/TestAccount.pm
@@ -183,4 +183,9 @@ sub comment {
     return $comment{$self->profile()};
 }
 
+sub associatedSP {
+    my ($self) = @_;
+    return $self->{sp_entityid};
+}
+
 1;
-- 
GitLab