Skip to content

Commit f48c87c

Browse files
committed
test case fixes
1 parent 79a2ba9 commit f48c87c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

results.bin

30.8 MB
Binary file not shown.

spec/patterns/aws_spec.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,12 @@
185185
it { should include("request_type" => "https" ) }
186186
it { should include("timestamp" => "2020-04-09T23:51:41.309191Z" ) }
187187
it { should include("alb_resource_id" => "app/OJProdLoadBalancer/278a3c7472bb5054" ) }
188-
it { should include("clientip" => "63.143.42.244" ) }
188+
it { should include("client_ip" => "63.143.42.244" ) }
189189
it { should include("target_ip" => "172.31.2.30" ) }
190190
it { should include("verb" => "HEAD" ) }
191-
it { should include("request" => "https://abc.com:443/packages/maldives" ) }
192-
it { should include("httpversion" => 1.1 ) }
191+
it { should include("request" => "https://abc.com:443/packages" ) }
192+
it { should include("httpversion" => "1.1" ) }
193193
it { should include("userAgent" => "Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/" ) }
194-
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" ) }
195194
it { should include("ssl_cipher" => "ECDHE-RSA-AES128-GCM-SHA256" ) }
196195
it { should include("ssl_protocol" => "TLSv1.2" ) }
197196
it { should include("target_group_arn" => "arn:aws:elasticloadbalancing:ap-south-1:855430014109:targetgroup/ABC-FrontEnd/8c8983a24851ee4a") }

0 commit comments

Comments
 (0)