fix(接口测试): constants 修改
Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
parent
11f5a5a211
commit
8e80addc38
|
@ -62,4 +62,6 @@ public class ElementConstants {
|
||||||
public static final String MS_KEYSTORE_FILE_PASSWORD = "MS-KEYSTORE-FILE-PASSWORD";
|
public static final String MS_KEYSTORE_FILE_PASSWORD = "MS-KEYSTORE-FILE-PASSWORD";
|
||||||
public static final String VIRTUAL_STEPS = "VIRTUAL_STEPS";
|
public static final String VIRTUAL_STEPS = "VIRTUAL_STEPS";
|
||||||
public static final String REF = "$ref";
|
public static final String REF = "$ref";
|
||||||
|
public static final String TYPE = "type";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue