string test_string
octets result_octets
test_string := "hello"

#
#  SHA1 HMAC with missing key should fail
#
result_octets := %hmacsha1(%{test_string}, ) # ERROR
if result_octets {
	test_fail
}
success
