Skip to content

Commit 7eec8af

Browse files
committed
fix: make didcomm service test actually representative
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent 3506d5c commit 7eec8af

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.flake8

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[flake8]
22
# https://github.com/ambv/black#line-length
33
max-line-length = 90
4-
exclude =
5-
*/tests/**
4+
exclude = tests/**
65
extend_ignore = D202, W503
76
per_file_ignores = */__init__.py:D104

tests/doc/test_service.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"type": "did-communication",
1515
"serviceEndpoint": "https://agents-r-us.com",
1616
"recipientKeys": ["did:example:123#keys-1"],
17-
"routingKeys": ["did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg4PqcSFf67pdgrtjB"],
17+
"routingKeys": [
18+
"did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
19+
"#z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
20+
],
1821
}
1922

2023
SERVICES = [SERVICE0, SERVICE1]

0 commit comments

Comments
 (0)