Exemplo n.º 1
0
def test_whoisguard_getIdByDomainName():
	# Comment the return statement below to let this test case run
	return
	api = Api(username, api_key, username, ip_address, sandbox = False)
	api.debug = False
	#whoisguardId = api.whoisguard_getIdByDomainName('banteg.tech')
	#whoisguardId = api.whoisguard_getIdByDomainName('kampret.site')
	whoisguardId = api.whoisguard_getIdByDomainName('kingkong.site')
	#assert_equal('15558880', whoisguardId)
	assert_equal('15570269', whoisguardId)