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:620–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618
619 #[test]
620 fn test_convert_auth_failed() {
621 let err = RemoteError::auth_failed("http://example.com", "invalid token");
622 let cli_err = convert_remote_error(err, "http://example.com");
623
624 assert!(matches!(cli_err, CliError::AuthenticationFailed { .. }));
625 }
626
627 #[test]
628 fn test_convert_repo_not_found() {

Callers

nothing calls this directly

Calls 1

convert_remote_errorFunction · 0.70

Tested by

no test coverage detected