tests: Add missing struct import

Type: fix
Change-Id: I957877d7a82dea437c072e493561894f11321aaf
Signed-off-by: Tom Jones <thj@freebsd.org>
This commit is contained in:
Tom Jones
2024-02-07 13:26:58 +00:00
committed by Ole Tr�an
parent 853cc9f2ad
commit ebe3a11ca7

View File

@ -4,6 +4,7 @@
import datetime
import base64
import os
import struct
from hashlib import blake2s
from config import config