Skip to content

Commit

Permalink
Busting IE cache for failed test, issue dojo#328
Browse files Browse the repository at this point in the history
  • Loading branch information
rorticus committed Aug 1, 2017
1 parent 1295599 commit e8bdbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/request/xhr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ registerSuite({
this.skip('No echo server available');
}
const options = {includeRequestedWithHeader: false};
return xhrRequest('/__echo/default', options).then(function (response: any) {
return xhrRequest('/__echo/default?norequestedwith', options).then(function (response: any) {
return response.json().then((data: any) => {
assert.isUndefined(data.headers['x-requested-with']);
});
Expand Down

0 comments on commit e8bdbde

Please sign in to comment.