We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2aa304 commit 3024613Copy full SHA for 3024613
test/test-manager/src/tests/helpers.rs
@@ -252,8 +252,8 @@ pub async fn login_with_retries(
252
/// Ensure that the test runner is logged in to an account.
253
///
254
/// This will first check whether we are logged in. If not, it will also try to login
255
-/// on your behalf. If this function returns with any errors, it means that we are logged in
256
-/// to.
+/// on your behalf. If this function returns without any errors, we are logged in to a valid
+/// account.
257
pub async fn ensure_logged_in(
258
mullvad_client: &mut MullvadProxyClient,
259
) -> Result<(), mullvad_management_interface::Error> {
0 commit comments