diff --git a/Tests/VaporAPNSTests/APNSTests.swift b/Tests/VaporAPNSTests/APNSTests.swift index 8f215e4..d03fb78 100644 --- a/Tests/VaporAPNSTests/APNSTests.swift +++ b/Tests/VaporAPNSTests/APNSTests.swift @@ -22,7 +22,7 @@ class APNSTests: XCTestCase { keyIdentifier: "9UC9ZLQ8YW", teamIdentifier: "ABBM6U9RM5" ), - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -66,7 +66,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -129,7 +129,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -179,7 +179,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use(