Skip to content

Commit

Permalink
trim trailing space
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <[email protected]>
  • Loading branch information
ganmacs committed Jan 6, 2020
1 parent c809788 commit c676086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/plugin/test_in_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def test_application_msgpack
assert_equal_event_time time, d.events[0][1]
assert_equal_event_time time, d.events[1][1]
end

def test_msgpack
d = create_driver
time = event_time("2011-01-02 13:14:15 UTC")
Expand Down Expand Up @@ -716,7 +716,7 @@ def test_cors_allowed_wildcard_for_subdomain
end
end
end

def test_cors_allowed_exclude_empty_string
d = create_driver(CONFIG + 'cors_allow_origins ["", "http://*.foo.com"]')

Expand All @@ -736,7 +736,7 @@ def test_cors_allowed_exclude_empty_string
end
end
end

def test_cors_allowed_wildcard_preflight_for_subdomain
d = create_driver(CONFIG + 'cors_allow_origins ["http://*.foo.com"]')

Expand Down

0 comments on commit c676086

Please sign in to comment.