diff --git a/Tests/BackendIntegrationTests/LoadShedderIntegrationTests.swift b/Tests/BackendIntegrationTests/LoadShedderIntegrationTests.swift index 4daf8ab5b8..32ee7e438b 100644 --- a/Tests/BackendIntegrationTests/LoadShedderIntegrationTests.swift +++ b/Tests/BackendIntegrationTests/LoadShedderIntegrationTests.swift @@ -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 {