We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb9ea1 commit 694d979Copy full SHA for 694d979
tests/unit/models_configs_test.py
@@ -7,4 +7,4 @@ class CreateConfigsTest(unittest.TestCase):
7
def test_create_config(self):
8
client = make_fake_client()
9
config = client.configs.create(name="super_config", data="config")
10
- assert config.__repr__() == "<Config: '{}'>".format(FAKE_CONFIG_NAME)
+ assert config.__repr__() == f"<Config: '{FAKE_CONFIG_NAME}'>"
0 commit comments