Clears the authentication token to represent a log out.
(&mut self)
| 567 | |
| 568 | /// Clears the authentication token to represent a log out. |
| 569 | pub(crate) async fn do_logout(&mut self) { |
| 570 | self.service.logout().await.unwrap(); |
| 571 | } |
| 572 | |
| 573 | /// Generates a random filename and its content for testing, and makes sure the file gets |
| 574 | /// deleted during cleanup in case the test didn't do it on its own. |