Describe the bug
When I upload files with an overwrite mode different then KEEP, then listing the session should also show the same overwrite mode.
The write mode was executed correctly, so there is a problem on how we fetch the write mode from the API.
To Reproduce
Steps to reproduce the behavior:
upload files with --write-mode OVERWRITE
list file sessions
see that the mode is not OVERWRITE but KEEP
Expected behavior
The listing shows the correct write mode so that it doesn't confuse users.
Screenshots
Checklist
[ ] I added a label for the level of urgency of this bug (see definitions here)
Describe the bug When I upload files with an overwrite mode different then KEEP, then listing the session should also show the same overwrite mode. The write mode was executed correctly, so there is a problem on how we fetch the write mode from the API.
To Reproduce Steps to reproduce the behavior:
--write-mode OVERWRITE
Expected behavior The listing shows the correct write mode so that it doesn't confuse users.
Screenshots
Checklist