Skip to content

Commit 7ed3a9d

Browse files
committed
chore: remove v1 oob attachment unit test
Signed-off-by: jamshale <[email protected]>
1 parent 666a19d commit 7ed3a9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

acapy_agent/core/tests/test_oob_processor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ async def test_handle_message_connection(self):
680680
self.profile,
681681
[
682682
{
683-
"@type": "issue-credential/1.0/offer-credential",
683+
"@type": "issue-credential/2.0/offer-credential",
684684
"@id": "4a580490-a9d8-44f5-a3f6-14e0b8a219b0",
685685
}
686686
],
@@ -706,7 +706,7 @@ async def test_handle_message_connectionless(self):
706706
self.profile,
707707
[
708708
{
709-
"@type": "issue-credential/1.0/offer-credential",
709+
"@type": "issue-credential/2.0/offer-credential",
710710
"@id": "4a580490-a9d8-44f5-a3f6-14e0b8a219b0",
711711
}
712712
],
@@ -735,7 +735,7 @@ async def test_handle_message_unsupported_message_type(self):
735735
self.profile, [{"@type": "unsupported"}], mock.MagicMock()
736736
)
737737
assert (
738-
"None of the oob attached messages supported. Supported message types are issue-credential/1.0/offer-credential, issue-credential/2.0/offer-credential, present-proof/1.0/request-presentation, present-proof/2.0/request-presentation"
738+
"None of the oob attached messages supported. Supported message types are issue-credential/2.0/offer-credential, present-proof/1.0/request-presentation, present-proof/2.0/request-presentation"
739739
in err.exception.message
740740
)
741741

0 commit comments

Comments
 (0)