From 6478fdcc0232fbce3211e856d429a8a2b905f149 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Wed, 14 Jun 2023 15:11:44 -0700 Subject: [PATCH] `LoadShedderIntegrationTests`: enable signature verification --- .../BackendIntegrationTests/LoadShedderIntegrationTests.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {