From 8807fd50643149c4cb2317d10f9caaed723fa838 Mon Sep 17 00:00:00 2001
From: Yordan Kinkov <yordan.kinkov@vereign.com>
Date: Mon, 29 Aug 2022 12:07:41 +0300
Subject: [PATCH] Fix tests for OCM client

---
 internal/regofunc/ocm_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/regofunc/ocm_test.go b/internal/regofunc/ocm_test.go
index 6707652c..ef968f7a 100644
--- a/internal/regofunc/ocm_test.go
+++ b/internal/regofunc/ocm_test.go
@@ -85,7 +85,7 @@ func TestGetLoginProofResult(t *testing.T) {
 		"statusCode": 200,
 		"data": {
 			"state": "done",
-			"data": [
+			"presentations": [
 				{
 					"credentialSubject": {
 						"family_name":"Doe"
-- 
GitLab