From d85a28ecb408a05e9efae41e7ce4f5a707417875 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 9 Dec 2025 23:07:52 -0500 Subject: Small naming change to make the steps of key rotation easier to follow. --- src/push/handlers/subscribe/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/push/handlers/subscribe/test.rs') diff --git a/src/push/handlers/subscribe/test.rs b/src/push/handlers/subscribe/test.rs index b72624d..1bc37a4 100644 --- a/src/push/handlers/subscribe/test.rs +++ b/src/push/handlers/subscribe/test.rs @@ -192,7 +192,7 @@ async fn rejects_stale_vapid_key() { // Change the VAPID key. app.vapid() - .rotate_key() + .revoke_key() .await .expect("key rotation always succeeds"); app.vapid() -- cgit v1.2.3