Skip to content

Commit 33add4c

Browse files
committed
Updated spec to match latest changes
1 parent ee0e5e8 commit 33add4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/metasploit/framework/aws/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
end
9898

9999
it 'should create proper headers' do
100-
h = subject.headers(creds, service, digest, digest.length, now)
100+
h = subject.headers(creds, service, digest, now)
101101
expect(h.fetch('Content-Type')).to eq("application/x-www-form-urlencoded; charset=utf-8")
102102
expect(h.fetch('Accept-Encoding')).to be_empty
103103
expect(h.fetch('User-Agent')).to eq(Metasploit::Framework::Aws::Client::USER_AGENT)

0 commit comments

Comments
 (0)