From 5facbc96572fa87fbe1533579511c6e59a154e72 Mon Sep 17 00:00:00 2001
From: wukko <me@wukko.me>
Date: Fri, 13 Sep 2024 23:28:14 +0600
Subject: [PATCH] api/tests/bluesky: update deleted post test

---
 api/src/util/tests.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/src/util/tests.json b/api/src/util/tests.json
index dee2f291..78340691 100644
--- a/api/src/util/tests.json
+++ b/api/src/util/tests.json
@@ -1467,8 +1467,8 @@
             }
         },
         {
-            "name": "deleted post",
-            "url": "https://bsky.app/profile/samuel.bsky.team/post/3l2udah76ch2c",
+            "name": "deleted post/invalid user",
+            "url": "https://bsky.app/profile/notreal.bsky.team/post/3l2udah76ch2c",
             "params": {},
             "expected": {
                 "code": 400,