Skip to content

Commit

Permalink
fix: add missing question mark in intent url (#49)
Browse files Browse the repository at this point in the history
* fix: add missing question mark in intent url

* test(Makefile): create the microservices .env
  • Loading branch information
matteo-cristino authored Sep 12, 2024
1 parent 5f776de commit b11353d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test/didroom_microservices:
# verifier
@jq '.keys_0.firebase_url="http://localhost:3366/verify-credential"' test/didroom_microservices/relying_party/verify.keys.json > ${tmp} && mv ${tmp} test/didroom_microservices/relying_party/verify.keys.json
@cp .env.test .env
@cp .env.test test/didroom_microservices/
@cp test/didroom_microservices/.env.example test/didroom_microservices/.env
@cp ncr test/didroom_microservices/

test: api-test unit-test
Expand Down
2 changes: 1 addition & 1 deletion verifier/card_to_qr.keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"8",
"9"
],
"intent-url": "DIDroom4VP://"
"intent-url": "DIDroom4VP://?"
}

0 comments on commit b11353d

Please sign in to comment.