address eslint errors

This commit is contained in:
El RIDO 2025-10-07 00:31:11 +02:00
parent 42b89a9300
commit e35894e4f8
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -88,13 +88,13 @@ describe('PasteStatus', function () {
url: {
keyword: longUrl.address.join(''),
url: longUrlString,
title: "example title",
date: "2014-10-24 16:01:39",
ip: "127.0.0.1"
title: 'example title',
date: '2014-10-24 16:01:39',
ip: '127.0.0.1'
},
status: "success",
message: longUrlString + " added to database",
title: "example title",
status: 'success',
message: longUrlString + ' added to database',
title: 'example title',
shorturl: shortUrlString,
statusCode: 200
},