File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def test_set_serialized(self):
140
140
resp = self .get ('/test_set' , origin = 'http://bar.com' )
141
141
142
142
allowed = resp .headers .get (ACL_ORIGIN )
143
- # Order is not garaunteed
143
+ # Order is not guaranteed
144
144
self .assertEqual (allowed , 'http://bar.com' )
145
145
146
146
def test_not_matching_origins (self ):
@@ -180,7 +180,7 @@ def test_regex_mixed_list(self):
180
180
or '?') will be skipped.
181
181
182
182
Thus, the list of returned Access-Control-Allow-Origin header
183
- is garaunteed to be 'null', the origin or "*", as per the w3
183
+ is guaranteed to be 'null', the origin or "*", as per the w3
184
184
http://www.w3.org/TR/cors/#access-control-allow-origin-response-header
185
185
186
186
'''
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def test_set_serialized(self):
109
109
resp = self .get ('/test_set' , origin = 'http://bar.com' )
110
110
111
111
allowed = resp .headers .get (ACL_ORIGIN )
112
- # Order is not garaunteed
112
+ # Order is not guaranteed
113
113
self .assertEqual (allowed , 'http://bar.com' )
114
114
115
115
def test_not_matching_origins (self ):
@@ -152,7 +152,7 @@ def test_regex_mixed_list(self):
152
152
or '?') will be skipped.
153
153
154
154
Thus, the list of returned Access-Control-Allow-Origin header
155
- is garaunteed to be 'null', the origin or "*", as per the w3
155
+ is guaranteed to be 'null', the origin or "*", as per the w3
156
156
http://www.w3.org/TR/cors/#access-control-allow-origin-response-header
157
157
158
158
'''
You can’t perform that action at this time.
0 commit comments