File tree 1 file changed +3
-3
lines changed
E2E/e2eTests/Source/Features
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ import XCTest
2
2
3
3
final class AnoncredProofOfRequestFeature : Feature {
4
4
override func title( ) -> String {
5
- " Provide proof of request "
5
+ " Provide anonymous proof of request "
6
6
}
7
7
8
8
override func description( ) -> String {
9
- " The Edge Agent should provide proof to Cloud Agent "
9
+ " The Edge Agent should provide anonymous proof to Cloud Agent "
10
10
}
11
11
12
12
func testRespondToProofOfRequest( ) async throws {
13
- currentScenario = Scenario ( " Respond to request proof " )
13
+ currentScenario = Scenario ( " Respond to anonymous request proof " )
14
14
. given ( " Cloud Agent is connected to Edge Agent " )
15
15
. and ( " Edge Agent has '1' anonymous credentials issued by Cloud Agent " )
16
16
. when ( " Cloud Agent asks for anonymous present-proof " )
You can’t perform that action at this time.
0 commit comments