Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix data deletion e2e tests #28221

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Commits on Oct 31, 2024

  1. test: Fix data deletion e2e tests

    The "Delete MetaMetrics Data" e2e tests were recently broken due to a
    change in CI configuration. The code-under-test was written to always
    use the environment variable present for the data deletion source ID
    and endpoint, but the e2e tests wrongly assumed that it would never be
    present.
    
    The service has been updated to use the fallback values for e2e test
    builds, even if the environment variable is present.
    Gudahtt committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2755584 View commit details
    Browse the repository at this point in the history