diff options
Diffstat (limited to 'src/push/handlers/subscribe')
| -rw-r--r-- | src/push/handlers/subscribe/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
