File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ public void setConfig()
28
28
{
29
29
30
30
AppConfig config = new AppConfig ();
31
- config .setAppName ("5P57201044 " );
31
+ config .setAppName ("" );
32
32
config .setAppVer ("1.0" );
33
33
config .setOsName ("WEB" );
34
- config .setEncryptKey ("huYC5GA05MzDAJVJpSbtinpkJXIpMzCS " );
35
- config .setKey ("mid3KQJFM6YFQ3SixJ3ooUxvInSLjY01 " );
36
- config .setLoginId ("56565401 " );
37
- config .setUserId ("GeUcdt8KE51 " );
38
- config .setPassword ("lrBDcHCp2MN " );
34
+ config .setEncryptKey ("" );
35
+ config .setKey ("" );
36
+ config .setLoginId ("" );
37
+ config .setUserId ("" );
38
+ config .setPassword ("" );
39
39
40
40
}
41
41
@@ -312,4 +312,4 @@ public void modifySmoOrder() throws IOException, ParseException {
312
312
System .out .println ("\n Response >> " + response .body ().string ());
313
313
assertTrue (response .isSuccessful ());
314
314
}
315
- }
315
+ }
You can’t perform that action at this time.
0 commit comments