Set URI in test to HTML file to trigger title/description extraction.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-18 01:59:35 +02:00
parent 28503cc3bd
commit c98f02153f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ SCENARIO ("URI works correctly")
explicit URITest(const string &)
: URI("") {}
URITest()
: URI("") {}
: URI("test.html") {}
bool test_title()
{