Skip to content

chore(deps): update dependency cloudflare to v3

Sign in for the full log view
GitHub Actions / Integration Test Results failed Sep 15, 2024 in 0s

1 errors in 0s

1 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0   1 🔥 ±0 

Results for commit d5dc478. ± Comparison against earlier commit 29d16d2.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Integration Test Results

integration_tests.manual_scans.cloudflare.test_manual_cf_ns with error

test_reports/junit-integration.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/terraform-aws-domain-protect/terraform-aws-domain-protect/integration_tests/manual_scans/cloudflare/test_manual_cf_ns.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
integration_tests/manual_scans/cloudflare/test_manual_cf_ns.py:6: in <module>
    from manual_scans.cloudflare.cf_ns import main
manual_scans/cloudflare/cf_ns.py:2: in <module>
    from utils.utils_cloudflare import list_cloudflare_records
utils/utils_cloudflare.py:1: in <module>
    import CloudFlare
E   ModuleNotFoundError: No module named 'CloudFlare'