mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 01:41:16 +01:00
upgrade to protobuf 5.29.1; add one missing type
This commit is contained in:
@@ -988,7 +988,7 @@ def test_img_qr_reader_from_wildcard(capsys: pytest.CaptureFixture[str]) -> None
|
||||
assert normalize_testfile_path(captured.err) == EXPECTED_STDERR_NO_OTP_URL
|
||||
|
||||
|
||||
def normalize_testfile_path(text: str):
|
||||
def normalize_testfile_path(text: str) -> str:
|
||||
return text.replace('tests/data\\', 'tests/data/') if sys.platform.startswith("win") else text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user