diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-12-09 23:07:52 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-12-17 15:29:30 -0500 |
| commit | d85a28ecb408a05e9efae41e7ce4f5a707417875 (patch) | |
| tree | ecc2858a583fea5766072cad12f8e0f71b604f56 /src/push/handlers/subscribe/test.rs | |
| parent | 65155df8b56cd16d88dd4288bcdcf7cc9ae09eef (diff) | |
Small naming change to make the steps of key rotation easier to follow.
Diffstat (limited to 'src/push/handlers/subscribe/test.rs')
| -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() |
