File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
src/test/java/test/com/qiniu/qvs Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public class DeviceManagerTest {
16
16
private DeviceManager deviceManager ;
17
17
private Response res = null ;
18
18
private String namespaceId = "2xenzw3lpzpdz" ;
19
- private String gbId = "31011500991320000126 " ;
20
- private String [] channels = {"31011500991320000126 " };
19
+ private String gbId = "31011500991320000127 " ;
20
+ private String [] channels = {"31011500991320000127 " };
21
21
22
22
23
23
@ Before
@@ -143,20 +143,4 @@ public void testStopDevice() {
143
143
}
144
144
}
145
145
}
146
-
147
- @ Test
148
- public void testDeleteDevice () {
149
- try {
150
- res = deviceManager .deleteDevice (namespaceId , gbId );
151
- Assert .assertNotNull (res );
152
- System .out .println (res .bodyString ());
153
- } catch (QiniuException e ) {
154
- Assert .assertEquals ("401" , res .statusCode );
155
- e .printStackTrace ();
156
- } finally {
157
- if (res != null ) {
158
- res .close ();
159
- }
160
- }
161
- }
162
146
}
You can’t perform that action at this time.
0 commit comments