Skip to content

Commit f54946b

Browse files
committed
Add 'allow_skip_signer_certification' in dev dependencies
To make all tests pass in signer registerer of aggregator. This is a temporary fix. This issue will be resolved in #663.
1 parent 1fdd5ac commit f54946b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ warp = "0.3"
3535

3636
[dev-dependencies]
3737
httpmock = "0.6.6"
38-
mithril-common = { path = "../mithril-common", features = ["test_only"] }
38+
mithril-common = { path = "../mithril-common", features = ["test_only", "allow_skip_signer_certification"] }
3939
mockall = "0.11.0"
4040
slog-term = "2.9.0"
4141
tempfile = "3.3.0"

0 commit comments

Comments
 (0)