Skip to content

Commit

Permalink
Update URL in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnoir authored and miri64 committed Sep 2, 2024
1 parent 5e325c3 commit e24c901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ def test_rfcindexsource_iterate_entries(mocker, mock_config):
mocker.Mock(
return_value=mocker.Mock(
content=b"""<?xml version="1.0" encoding="UTF-8"?>
<rfc-index xmlns="http://www.rfc-editor.org/rfc-index"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.rfc-editor.org/rfc-index
http://www.rfc-editor.org/rfc-index.xsd">
<rfc-index xmlns="https://www.rfc-editor.org/rfc-index"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.rfc-editor.org/rfc-index
https://www.rfc-editor.org/rfc-index.xsd">
<rfc-entry>
<doc-id>RFC0781</doc-id>
<title>Specification of the Internet Protocol (IP) timestamp option</title>
Expand Down

0 comments on commit e24c901

Please sign in to comment.