Skip to content

Commit

Permalink
LoadShedderIntegrationTests: enable signature verification
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jun 14, 2023
1 parent afc5b0f commit 6478fdc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ class LoadShedderStoreKit1IntegrationTests: BaseStoreKitIntegrationTests {
return .disabled
}

// temporarily disabling signature verification for load shedder until signing is
// supported in it.
override class var responseVerificationMode: Signing.ResponseVerificationMode {
return .disabled
return Signing.enforcedVerificationMode()
}

func testCanGetOfferings() async throws {
Expand Down

0 comments on commit 6478fdc

Please sign in to comment.