From 690233f2cea875da6ae35e2f22e6ad374cf973d6 Mon Sep 17 00:00:00 2001 From: vmidyllic <74898029+vmidyllic@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:30:09 +0200 Subject: [PATCH] fix test --- pubsignals/query_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubsignals/query_test.go b/pubsignals/query_test.go index 490699a..94bf65a 100644 --- a/pubsignals/query_test.go +++ b/pubsignals/query_test.go @@ -399,6 +399,7 @@ func TestCheckRequest_SelectiveDisclosure_Error(t *testing.T) { loader: &mockJSONLDSchemaLoader{ schemas: map[string]string{ "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld": loadSchema("kyc-v3.json-ld"), + "https://www.w3.org/2018/credentials/v1": loadSchema("credentials-v1.json-ld"), }, }, }, @@ -430,6 +431,7 @@ func TestCheckRequest_SelectiveDisclosure_Error(t *testing.T) { loader: &mockJSONLDSchemaLoader{ schemas: map[string]string{ "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld": loadSchema("kyc-v3.json-ld"), + "https://www.w3.org/2018/credentials/v1": loadSchema("credentials-v1.json-ld"), }, }, },