diff options
author | Eric Bailey <git@esb.lol> | 2023-12-18 11:16:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 09:16:33 -0800 |
commit | 47ff3e8e3f84138ce207b2d2209f358e4cc1f74a (patch) | |
tree | 84bdcccc3dbf3163f17662036a20ab02931cafed /jest | |
parent | 38e65fbe75d925b8081e3209c0281daaae9b9809 (diff) | |
download | voidsky-47ff3e8e3f84138ce207b2d2209f358e4cc1f74a.tar.zst |
Hide label appeal on self-labeled posts (#2232)
* Hide appeal for self-labeled post, update copy * Use correct logic
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 25faddfa7..d86ebd787 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -78,7 +78,7 @@ export async function createServer( }) const pic = fs.readFileSync( - path.join(__dirname, '..', 'assets', 'default-avatar.jpg'), + path.join(__dirname, '..', 'assets', 'default-avatar.png'), ) return { |