fix spelling

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-06-22 15:27:01 +02:00
parent 9cfd5b41f6
commit ebad4fd06f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { test, expect } from '@playwright/test';
import { DESEC_MOCK_URL, logInToContainersPage } from './desec-helpers.js';
// Exercises re-using a slug the user already owns on an existing deSEC account. This is the
// Exercises reusing a slug the user already owns on an existing deSEC account. This is the
// case that previously failed: deSEC answers POST /domains/ with 403 "Domain limit exceeded"
// (the account is at its domain quota) even though the user owns the very slug they typed.
// DesecManager now recovers by checking GET /domains/{name}/ and reusing the owned domain.