Fix: tests

This commit is contained in:
Pieter Vander Vennet 2025-06-30 16:07:57 +02:00
parent 9861603836
commit 1d4f489dba

View file

@ -10,7 +10,7 @@ export class Imgur extends ImageProvider {
public static readonly singleton = new Imgur()
public readonly name = "Imgur"
public readonly defaultKeyPrefixes: string[] = ["image"]
public static readonly apiUrl = "https://api.imgur.com/3/image"
public static readonly apiUrl = "https://api.imgur.com/3/image/"
public static readonly apiUrlInfo: ServerSourceInfo = {
url: Imgur.apiUrl,
description: "[Legacy] If an image is stored on imgur, read the description and attempt to get a license out of it. Most (if not all) have moved",