Skip to content

Commit 5097d08

Browse files
committed
Test updates
1 parent a3e4d73 commit 5097d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/labkey/Ajax.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('Ajax', () => {
6262
mockXHR();
6363

6464
const testCSRF = 'TEST_CSRF_TOKEN';
65-
const contentTypeForm = 'application/x-www-form-urlencoded;charset=utf-8';
65+
const contentTypeForm = 'application/x-www-form-urlencoded; charset=UTF-8';
6666

6767
it('should apply DEFAULT_HEADERS', () => {
6868
const requestHeaders = request({ url: '/projects' }).requestHeaders;

0 commit comments

Comments
 (0)