Searched refs:test_auth (Results 1 – 2 of 2) sorted by relevance
715 let test_auth = auth_content_from_proposal( in proposal_ref() localVariable722 let expected_ref = ProposalRef::from_content(&cs, &test_auth).await.unwrap(); in proposal_ref()727 content: test_auth.content, in proposal_ref()728 auth: test_auth.auth, in proposal_ref()
338 def test_auth(user, password): function