Skip to content

Commit

Permalink
fix COMMONAPACHELOG specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Sep 15, 2016
1 parent d57ee2f commit bcf9868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/patterns/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

describe "COMMONAPACHELOG" do

context "Typical test case" do
context "COMMONAPACHELOG", "Typical test case" do

let(:value) { '83.149.9.216 - - [24/Feb/2015:23:13:42 +0000] "GET /presentations/logstash-monitorama-2013/images/kibana-search.png HTTP/1.1" 200 203023 "http://semicomplete.com/presentations/logstash-monitorama-2013/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36'}

Expand All @@ -32,7 +32,7 @@

end

context "Email address in auth field" do
context "COMMONAPACHELOG", "Email address in auth field" do

let(:value) { '10.0.0.1 - [email protected] [07/Apr/2016:18:42:24 +0000] "GET /bar/foo/users/1/username%40example.com/authenticate?token=blargh&client_id=15 HTTP/1.1" 400 75 "" "Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1"'}

Expand Down

0 comments on commit bcf9868

Please sign in to comment.