Skip to content

Commit

Permalink
Remove unused transformations file
Browse files Browse the repository at this point in the history
Change-Id: Id2e4b5207ddaffc72f71c1cbed5ce5c57e2204af
  • Loading branch information
rh-gvincent committed Oct 31, 2024
1 parent 532e277 commit 47977a3
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 47977a3

Please sign in to comment.