Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-08-11 09:07:18 -06:00 committed by GitHub
parent c03076fe21
commit a0769f59dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ class UnrecognizedAnnouncement(unittest.TestCase):
_ = self.native_storage_server(
StorageClientConfig(
storage_plugins={
"nothing": {}
"missing-plugin-name": {}
}
)
)