Skip to content

Commit

Permalink
fake url is being flagged by sonarqube as insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmirsky committed Nov 26, 2024
1 parent 9ff2f1f commit d855325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v201/test_v201_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def test_ocsp_request_data_type():
issuer_name_hash="issuer_hash_value",
issuer_key_hash="issuer_key_hash_value",
serial_number="serial123",
responder_url="http://ocsp.example.com",
responder_url="https://ocsp.example.com",
)

new_ordt = to_datatype(OCSPRequestDataType, ordt)
Expand Down

0 comments on commit d855325

Please sign in to comment.