fix(tests): correct formatting in test docstring and remove unused import in media fuzzing tests

This commit is contained in:
Ivan
2026-04-17 23:56:48 -05:00
parent a1d2e30b42
commit 89d2b1cc0f
2 changed files with 1 additions and 3 deletions
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: 0BSD
"""
Tests for encrypted IFAC values surfaced via interface discovery announces.
"""Tests for encrypted IFAC values surfaced via interface discovery announces.
When an upstream interface is configured with publish_ifac = yes, RNS embeds
the network_name (ifac_netname) and passphrase (ifac_netkey) into the
-1
View File
@@ -11,7 +11,6 @@ import base64
import gzip
import json
import pytest
from hypothesis import given, settings
from hypothesis import strategies as st