Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ClientResolverTest.php
  • Loading branch information
SamRemis committed Jun 10, 2021
commit 58c706b487b960fb81a4eef4b11aaac3ea15c8f7
5 changes: 5 additions & 0 deletions tests/ClientResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ public function testUserAgentAlwaysStartsWithSdkAgentString()
->with('User-Agent')
->willReturn(['MockBuilder']);

$request->expects($this->once())
->method('getHeader')
->with('x-amz-user-agent')
->willReturn(['MockBuilder']);

$request->expects($this->once())
->method('withHeader')
->with(
Expand Down