Skip to content

Commit

Permalink
Fix failing test with new docutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 5, 2017
1 parent ce03fe9 commit 52567e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restview/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def doctest_RestViewer_rest_to_html_css_url():
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...
<title></title>
<title>...</title>
<link rel="stylesheet" href="http://example.com/my.css" type="text/css" />
<style type="text/css">
...
Expand Down

0 comments on commit 52567e6

Please sign in to comment.