Commit cdbac803 authored by 龚小红's avatar 龚小红

修改假用户

parent 2895c2dc
......@@ -13,6 +13,7 @@ import com.kjj.utils.JsonUtil;
import com.kjj.utils.ThreadSleepUtils;
import io.restassured.response.Response;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
......@@ -1155,7 +1156,7 @@ public class SecondKill implements Authorization {
}
}
@AfterTest
@AfterClass
public void Tear(){
insertTestUser(5287);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment