We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e4d73 commit 5097d08Copy full SHA for 5097d08
1 file changed
src/labkey/Ajax.spec.ts
@@ -62,7 +62,7 @@ describe('Ajax', () => {
62
mockXHR();
63
64
const testCSRF = 'TEST_CSRF_TOKEN';
65
- const contentTypeForm = 'application/x-www-form-urlencoded;charset=utf-8';
+ const contentTypeForm = 'application/x-www-form-urlencoded; charset=UTF-8';
66
67
it('should apply DEFAULT_HEADERS', () => {
68
const requestHeaders = request({ url: '/projects' }).requestHeaders;
0 commit comments