Skip to content

Commit 2f67ab3

Browse files
committed
fix tests
1 parent ee86fbe commit 2f67ab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/cli/src/sarif/sarif_utils.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ mod tests {
10501050
.arguments(vec![])
10511051
.tests(vec![])
10521052
.is_testing(false)
1053+
.documentation_url(None)
10531054
.build()
10541055
.unwrap();
10551056
let rule_taint_flow = Rule {
@@ -1339,6 +1340,7 @@ mod tests {
13391340
.cwe(Some("1234".to_string()))
13401341
.arguments(vec![])
13411342
.tests(vec![])
1343+
.documentation_url(None)
13421344
.is_testing(false)
13431345
.build()
13441346
.unwrap();
@@ -1587,6 +1589,7 @@ mod tests {
15871589
.cwe(None)
15881590
.tests(vec![])
15891591
.is_testing(false)
1592+
.documentation_url(None)
15901593
.build()
15911594
.unwrap();
15921595

0 commit comments

Comments
 (0)