From 0f8d5ab203611c3758e6689b4f4d0b9369c124b5 Mon Sep 17 00:00:00 2001 From: Pietro Pasotti Date: Fri, 15 Nov 2024 14:54:14 +0100 Subject: [PATCH] lint --- interface_tester/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface_tester/plugin.py b/interface_tester/plugin.py index 637abde..3cf0473 100644 --- a/interface_tester/plugin.py +++ b/interface_tester/plugin.py @@ -74,7 +74,8 @@ def configure( """ :arg interface_name: the interface to test. - :arg endpoint: the endpoint to test. If omitted, will test all endpoints with this interface. + :arg endpoint: the endpoint to test. + If omitted, will test all endpoints with this interface. :param interface_version: what version of this interface we should be testing. :arg state_template: template state to use with the scenario test. The plugin will inject the relation spec under test, unless already defined.