Skip to content

Commit

Permalink
test case fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakg committed Apr 10, 2020
1 parent 79a2ba9 commit f48c87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added results.bin
Binary file not shown.
7 changes: 3 additions & 4 deletions spec/patterns/aws_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,12 @@
it { should include("request_type" => "https" ) }
it { should include("timestamp" => "2020-04-09T23:51:41.309191Z" ) }
it { should include("alb_resource_id" => "app/OJProdLoadBalancer/278a3c7472bb5054" ) }
it { should include("clientip" => "63.143.42.244" ) }
it { should include("client_ip" => "63.143.42.244" ) }
it { should include("target_ip" => "172.31.2.30" ) }
it { should include("verb" => "HEAD" ) }
it { should include("request" => "https://abc.com:443/packages/maldives" ) }
it { should include("httpversion" => 1.1 ) }
it { should include("request" => "https://abc.com:443/packages" ) }
it { should include("httpversion" => "1.1" ) }
it { should include("userAgent" => "Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/" ) }
it { should include("agent" => "Mozilla/5.0%2520(Windows%2520NT%25206.1;%2520WOW64)%2520AppleWebKit/537.36%2520(KHTML,%2520like%2520Gecko)%2520Chrome/51.0.2704.79%2520Safari/537.36" ) }
it { should include("ssl_cipher" => "ECDHE-RSA-AES128-GCM-SHA256" ) }
it { should include("ssl_protocol" => "TLSv1.2" ) }
it { should include("target_group_arn" => "arn:aws:elasticloadbalancing:ap-south-1:855430014109:targetgroup/ABC-FrontEnd/8c8983a24851ee4a") }
Expand Down

0 comments on commit f48c87c

Please sign in to comment.