Fehler Behoben

This commit is contained in:
Moritz Utcke
2025-02-20 10:11:09 +11:00
parent 2f04be6da9
commit d228908430
20 changed files with 221 additions and 43 deletions

View File

@@ -71,8 +71,8 @@ describe("Bilder hochladen", async () => {
const bild = await newClient.v1.bilder.getBase64.query({ uid: image.uid });
expect(bild).toHaveProperty("base64");
expect(bild.base64).toBeTypeOf("string");
expect(bild.base64).toEqual(base64);
expect(bild.data).toBeTypeOf("string");
expect(bild.data).toEqual(base64);
})
test("bild sollte entfernbar sein", async () => {