MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_convert_auth_failed

Function test_convert_auth_failed

atomic-cli/src/commands/push/helpers.rs:831–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829
830 #[test]
831 fn test_convert_auth_failed() {
832 let err = RemoteError::auth_failed("http://example.com", "invalid token");
833 let cli_err = convert_remote_error(err, "http://example.com");
834
835 assert!(matches!(cli_err, CliError::AuthenticationFailed { .. }));
836 }
837
838 #[test]
839 fn test_convert_repo_not_found() {

Callers

nothing calls this directly

Calls 1

convert_remote_errorFunction · 0.70

Tested by

no test coverage detected