Skip to content

Commit aa904d4

Browse files
committed
Fix broken test after merge.
1 parent 75cab7a commit aa904d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ describe('execute', () => {
14121412
method: 'GET',
14131413
credentials: 'same-origin',
14141414
headers: {
1415-
'content-type': 'application/x-www-form-urlencoded'
1415+
'Content-Type': 'application/x-www-form-urlencoded'
14161416
},
14171417
body: 'name=john'
14181418
})

0 commit comments

Comments
 (0)