mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-09 10:51:52 +00:00
fix(tests): correct formatting in test docstring and remove unused import in media fuzzing tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,7 +11,6 @@ import base64
|
||||
import gzip
|
||||
import json
|
||||
|
||||
import pytest
|
||||
from hypothesis import given, settings
|
||||
from hypothesis import strategies as st
|
||||
|
||||
|
||||
Reference in New Issue
Block a user