Skip to content

Commit

Permalink
Corrected typo in message (OPTTIONS->OPTIONS).
Browse files Browse the repository at this point in the history
Patch from Thomas Sødring.
  • Loading branch information
petterreinholdtsen committed Jun 18, 2024
1 parent 0ff0f98 commit efe3d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtest
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,9 @@ Test basis requirements for NOARK 5 Core.
# https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
try:
(ocontent, ores) = self.options('.')
self.success("level 0 CORS - HTTP OPTTIONS request worked")
self.success("level 0 CORS - HTTP OPTIONS request worked")
except HTTPError as e:
self.failure("level 0 CORS - HTTP OPTTIONS request not working")
self.failure("level 0 CORS - HTTP OPTIONS request not working")
except URLError:
self.failure("level 0 CORS - unable to connect via HTTP")

Expand Down

0 comments on commit efe3d19

Please sign in to comment.