do not mix multipart and json
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user