File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,6 @@ public void TestTokenSignature()
160160 {
161161 try
162162 {
163- var message = test . message ;
164- var signature = test . apiParam . signature ;
165163 string certName = test . apiParam . privateCertFileName ;
166164 string privateCertPath = testCertPath + certName ;
167165
@@ -208,7 +206,6 @@ public void GetL1Signature()
208206 if ( skipTest == null || ! skipTest . Contains ( "c#" ) )
209207 {
210208 var message = test . message ;
211- var signature = test . apiParam . signature ;
212209 try
213210 {
214211 var result = message . L1Signature ( secret ) ;
@@ -254,7 +251,6 @@ public void GetL2Signature()
254251 try
255252 {
256253 var message = test . message ;
257- var signature = test . apiParam . signature ;
258254 string certName = test . apiParam . privateCertFileName ;
259255 string privateCertPath = testCertPath + certName ;
260256
You can’t perform that action at this time.
0 commit comments