Skip to content

Commit

Permalink
my_path/my_file swap
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomyrferents committed Nov 15, 2023
1 parent 0022676 commit eb1c3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_code_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def finalize(self) -> str:
{
"physicalLocation": {
"artifactLocation": {
"uri": "my_path",
"uri": "my_file",
"uriBaseId": "ROOTPATH"
},
"region": {
Expand All @@ -161,7 +161,7 @@ def finalize(self) -> str:
],
"originalUriBaseIds": {
"ROOTPATH": {
"uri": "my_file"
"uri": "my_path"
}
}
}
Expand Down

0 comments on commit eb1c3da

Please sign in to comment.