You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/AppTests/PackageCollectionControllerTests.swift
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,62 @@ class PackageCollectionControllerTests: AppTestCase {
74
74
}
75
75
}
76
76
77
+
func test_custom_request()asyncthrows{
78
+
tryXCTSkipIf(!isRunningInCI && Current.collectionSigningPrivateKey()==nil,"Skip test for local user due to unset COLLECTION_SIGNING_PRIVATE_KEY env variable")
0 commit comments