Skip to content

Commit 1149957

Browse files
Fix issue with test case: VCIIssuer.test_issue_vc_qr
1 parent 50f8daf commit 1149957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_openid_vci/tests/test_vci_issuer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_issue_vc_qr(self, mock_vci_issuer, mock_issue_vc):
147147

148148
self.assertIsNotNone(vc_qr)
149149
self.assertIsInstance(vc_qr, dict)
150-
self.assertEqual(vc_qr.get("type"), "ir.actions.act_window")
150+
self.assertEqual(vc_qr.get("type"), "ir.actions.report")
151151

152152
def test_sign_and_issue_credential(self):
153153
credential_data = {

0 commit comments

Comments
 (0)