зеркало из https://github.com/openwpm/OpenWPM.git
Bugfix for incorrect naming after merge
This commit is contained in:
Родитель
6a23b6ca06
Коммит
476d292127
|
@ -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"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче