Skip to content

Commit

Permalink
Fix test import (#9133)
Browse files Browse the repository at this point in the history
* Fix fs import

* Fix style

* Update datadog_checks_base/tests/test_http.py

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>

* Use io open

* Fix style

* remove import for separate PR

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
  • Loading branch information
ChristineTChen and ofek authored Apr 9, 2021
1 parent 237dbd3 commit 90f9447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datadog_checks_base/tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
from datadog_checks.base.utils.http import STANDARD_FIELDS, RequestsWrapper, is_uds_url, quote_uds_url
from datadog_checks.base.utils.time import get_timestamp
from datadog_checks.dev import EnvVars, TempDir
from datadog_checks.dev.utils import ON_WINDOWS, read_file, running_on_windows_ci, write_file
from datadog_checks.dev.ci import running_on_windows_ci
from datadog_checks.dev.fs import read_file, write_file
from datadog_checks.dev.utils import ON_WINDOWS

pytestmark = pytest.mark.http

Expand Down

0 comments on commit 90f9447

Please sign in to comment.