apikey
This commit is contained in:
snoop
2017-06-26 13:05:06 +09:00
parent 6eaab5de0d
commit 0ef6e83879
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import com.loafle.overflow.module.domain.model.Domain;
import com.loafle.overflow.module.noauthprobe.model.NoAuthProbe;
import com.loafle.overflow.module.noauthprobe.type.AuthType;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -39,7 +40,7 @@ public class NoAuthProbeDAOTest {
}
// @Ignore
@Ignore
@Test
public void saveNoauth() {
@@ -49,6 +50,7 @@ public class NoAuthProbeDAOTest {
noAuthProbe.setHostName("snoop");
noAuthProbe.setIpAddress(3232235980L);
noAuthProbe.setMacAddress(8796753988883L);
noAuthProbe.setApiKey("52abd6fd57e511e7ac52080027658d13");
MetaNoAuthProbeStatus metaNoAuthProbeStatus = new MetaNoAuthProbeStatus();
metaNoAuthProbeStatus.setId((short)3);