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

Function test_convert_auth_failed

atomic-cli/src/commands/clone/helpers.rs:751–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

749 /// Test converting authentication failed error.
750 #[test]
751 fn test_convert_auth_failed() {
752 let err = RemoteError::auth_failed("http://example.com", "bad token");
753 let cli_err = convert_remote_error(err, "http://example.com");
754
755 assert!(matches!(cli_err, CliError::AuthenticationFailed { .. }));
756 }
757
758 /// Test converting repository not found error.
759 #[test]

Callers

nothing calls this directly

Calls 1

convert_remote_errorFunction · 0.70

Tested by

no test coverage detected