We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702d91 commit 0e09b21Copy full SHA for 0e09b21
tests/mock_vws/test_flask_app_usage.py
@@ -657,7 +657,7 @@ def test_delay_is_applied(
657
"""When response_delay_seconds is set, the response is delayed."""
658
monkeypatch.setenv(
659
name="RESPONSE_DELAY_SECONDS",
660
- value=str(object=self.DELAY_SECONDS),
+ value=f"{self.DELAY_SECONDS}",
661
)
662
database = VuforiaDatabase()
663
databases_url = _EXAMPLE_URL_FOR_TARGET_MANAGER + "/databases"
0 commit comments