Bugfix for incorrect naming after merge

This commit is contained in:
englehardt 2016-12-05 10:22:46 -05:00
Родитель 6a23b6ca06
Коммит 476d292127
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ class TestHTTPInstrument(OpenWPMTest):
assert expected.http_cached_responses == observed_records
def test_http_stacktrace(self, tmpdir):
test_url = utilities.BASE_TEST_URL + '/http_stack_trace.html'
test_url = utilities.BASE_TEST_URL + '/http_stacktrace.html'
db = self.visit(test_url, str(tmpdir), sleep_after=3)
rows = utilities.query_db(db, (
"SELECT url, req_call_stack FROM http_requests_ext"))