Include testBodyData in Linux tests

This commit is contained in:
Adam Fowler 2019-09-01 07:58:18 +01:00
parent 892b4c87cc
commit c541f15364
1 changed files with 1 additions and 0 deletions

View File

@ -51,5 +51,6 @@ final class AWSSignerTests: XCTestCase {
("testSignPutHeaders", testSignPutHeaders),
("testSignS3GetURL", testSignS3GetURL),
("testSignS3PutURL", testSignS3PutURL),
("testBodyData", testBodyData),
]
}