mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-11 22:36:57 +08:00
chore(httpSpec): fix typo
This commit is contained in:
@@ -1459,7 +1459,7 @@ describe('$http', function() {
|
||||
$httpBackend.flush();
|
||||
});
|
||||
|
||||
it('should have seperate opbjects for defaults PUT and POST', function() {
|
||||
it('should have separate opbjects for defaults PUT and POST', function() {
|
||||
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.put);
|
||||
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.patch);
|
||||
expect($http.defaults.headers.put).not.toBe($http.defaults.headers.patch);
|
||||
|
||||
Reference in New Issue
Block a user