We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838d90d commit 0cadb5fCopy full SHA for 0cadb5f
proxygen_cli/test/validate_cli_version_test.py
@@ -19,7 +19,7 @@ def test_validate_cli_version_failure(patch_request):
19
with patch_request(200, mocked_response), pytest.raises(RuntimeError) as e:
20
validate_cli_version()
21
22
- assert (
+ assert (
23
str(e.value)
24
== "This version proxygen-cli is out-of-date. Please update to 3.0.0"
25
)
0 commit comments