Skip to content

Commit f31a405

Browse files
committed
update test env
1 parent 884bc4c commit f31a405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QiniuTests/TestEnv.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public TestEnv()
2121
}
2222
else
2323
{
24-
this.AccessKey = "QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm";
25-
this.SecretKey = "Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz";
24+
this.AccessKey = "";
25+
this.SecretKey = "";
2626
this.Bucket = "csharpsdk";
2727
this.Domain = "csharpsdk.qiniudn.com";
2828
this.LocalFile = "E:\\VSProjects\\csharp-sdk\\tools\\files\\test.jpg";

0 commit comments

Comments
 (0)