Skip to content

Commit 08cd2e3

Browse files
committed
test(ic-http-certification): fix broken test
1 parent 058f992 commit 08cd2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ic-http-certification/src/tree/certification_tree.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ mod tests {
124124
use super::*;
125125
use crate::{
126126
DefaultCelBuilder, DefaultResponseCertification, HttpCertification, HttpRequest,
127-
HttpResponse, CERTIFICATE_EXPRESSION_HEADER_NAME,
127+
HttpResponse, StatusCode, CERTIFICATE_EXPRESSION_HEADER_NAME,
128128
};
129129
use assert_matches::assert_matches;
130130
use ic_certification::SubtreeLookupResult;

0 commit comments

Comments
 (0)