⚘ use your pds as a git remote if you want to ⚘
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix e2e tests

notplants f3dede5a 2ef98057

+3
+3
tests/e2e_tests.rs
··· 594 594 .insert(TEST_HANDLE.to_string(), expired_cred); 595 595 auth::save_config(&config).unwrap(); 596 596 597 + // wait so the refreshed token gets a different iat/exp than the original 598 + tokio::time::sleep(std::time::Duration::from_secs(1)).await; 599 + 597 600 // resolve_auth should detect the expired token and refresh it 598 601 let resolved = auth::resolve_auth(TEST_HANDLE, PDS_URL).await.unwrap(); 599 602