aboutsummaryrefslogtreecommitdiffstats
path: root/crates/pseudonyms/tests/helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pseudonyms/tests/helpers.rs')
-rw-r--r--crates/pseudonyms/tests/helpers.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/pseudonyms/tests/helpers.rs b/crates/pseudonyms/tests/helpers.rs
index 5e2545b..d39686b 100644
--- a/crates/pseudonyms/tests/helpers.rs
+++ b/crates/pseudonyms/tests/helpers.rs
@@ -24,7 +24,6 @@ impl TestApp {
.build()
.unwrap();
-
let mut config = config.try_deserialize::<Configuration>().unwrap();
config.application.port = 0;