Skip to content

Commit

Permalink
fix timestamp expect
Browse files Browse the repository at this point in the history
  • Loading branch information
bdashrad authored and jsvd committed Sep 15, 2016
1 parent 3c29a69 commit 8fe348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/patterns/s3_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

subject { grok_match(pattern, value) }

it { should include("timestamp" => "2014-02-15T23:39:43.945958Z" ) }
it { should include("timestamp" => "2016-06-10⇥18:41:39" ) }
it { should include("x_edge_location" => "IAD53" ) }
it { should include("sc_bytes" => 224281 ) }
it { should include("clientip" => "192.168.1.1" ) }
Expand Down

0 comments on commit 8fe348d

Please sign in to comment.