Skip to content

Commit

Permalink
修改测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
iuaku committed Dec 21, 2021
1 parent d8e8090 commit 74435e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/test/com/qiniu/caster/CasterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import java.util.HashMap;

public class CasterTest {
String accessKey = "bjtWBQXrcxgo7HWwlC_bgHg81j352_GhgBGZPeOW"; //config.getAccesskey();
String secretKey = "pCav6rTslxP2SIFg0XJmAw53D9PjWEcuYWVdUqAf"; //config.getSecretKey();
String accessKey = ""; //config.getAccesskey();
String secretKey = ""; //config.getSecretKey();
CasterManager casterManager;

@BeforeEach
Expand Down

0 comments on commit 74435e0

Please sign in to comment.