Skip to content

Commit b4cac28

Browse files
authored
Merge pull request #293 from rodneylab/style__linting
style: 🛁 linting
2 parents 9872218 + 137586a commit b4cac28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url_utility/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mod tests {
3838
#[test]
3939
fn relative_url_returns_false_for_invalid_url() {
4040
// arrange
41-
let url = "http://[:::1]";
41+
let url = "http://[:::1]"; // DevSkim: ignore DS137138 - use of HTTP-based URL without TLS is in a unti test
4242

4343
// act
4444
let result = relative_url(url);

0 commit comments

Comments
 (0)