do not mix multipart and json

This commit is contained in:
Girish Ramakrishnan
2025-06-06 17:05:22 +02:00
parent 0f7bc9be52
commit dffa3b7986
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ describe('Branding API', function () {
after(cleanup);
describe('cloudron_name', function () {
let name = 'foobar';
const name = 'foobar';
it('get default succeeds', async function () {
const response = await superagent.get(`${serverUrl}/api/v1/branding/cloudron_name`)