Skip to content

Commit

Permalink
Merge "Remove unused transformations file"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul CI authored and Gerrit Code Review committed Nov 12, 2024
2 parents db76b94 + 47977a3 commit f5ea0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 159 deletions.
158 changes: 0 additions & 158 deletions dci/api/v1/transformations.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/api/v1/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def test_nrt_get_an_empty_junit_file(_, user, job_user_id):


@mock.patch("dci.api.v1.notifications.job_dispatcher")
def test_retrieve_junit2dict(job_dispatcher_mock, admin, job_user_id):
def test_retrieve_junit(job_dispatcher_mock, admin, job_user_id):
headers = {
"DCI-NAME": "junit_file.xml",
"DCI-JOB-ID": job_user_id,
Expand Down

0 comments on commit f5ea0c9

Please sign in to comment.