diff options
| -rw-r--r-- | mullvad-problem-report/src/main.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mullvad-problem-report/src/main.rs b/mullvad-problem-report/src/main.rs index 85cb81f94e..481a13845a 100644 --- a/mullvad-problem-report/src/main.rs +++ b/mullvad-problem-report/src/main.rs @@ -524,13 +524,6 @@ mod tests { } #[test] - fn test_does_not_redact_localhost_ipv6() { - let report = ProblemReport::new(vec![]); - let res = report.redact("::1"); - assert_eq!("::1", res); - } - - #[test] fn test_does_not_redact_time() { let report = ProblemReport::new(vec![]); let res = report.redact("09:47:59"); |
