diff --git a/visions/server/Cargo.toml b/visions/server/Cargo.toml
index 8d1d27e..1e9f78d 100644
--- a/visions/server/Cargo.toml
+++ b/visions/server/Cargo.toml
@@ -10,7 +10,6 @@ async-std = { version = "1.13.0" }
async-trait = { version = "0.1.83" }
authdb = { path = "../../authdb/" }
axum = { version = "0.7.9" }
-axum-test = "16.4.1"
futures = { version = "0.3.31" }
include_dir = { version = "0.7.4" }
lazy_static = { version = "1.5.0" }
@@ -31,3 +30,4 @@ uuid = { version = "1.11.0", features = ["v4"] }
[dev-dependencies]
cool_asserts = "2.0.3"
+axum-test = "16.4.1"
diff --git a/visions/server/src/core.rs b/visions/server/src/core.rs
index 2d72ac1..8cecb45 100644
--- a/visions/server/src/core.rs
+++ b/visions/server/src/core.rs
@@ -192,7 +192,7 @@ impl Core {
id: CharacterId,
) -> ResultExt