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

Function test_convert_auth_failed

atomic-cli/src/commands/pull/helpers.rs:672–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670 /// Test converting authentication failed error.
671 #[test]
672 fn test_convert_auth_failed() {
673 let err = RemoteError::auth_failed("http://example.com", "bad token");
674 let cli_err = convert_remote_error(err, "http://example.com");
675
676 assert!(matches!(cli_err, CliError::AuthenticationFailed { .. }));
677 }
678
679 /// Test converting repository not found error.
680 #[test]

Callers

nothing calls this directly

Calls 1

convert_remote_errorFunction · 0.70

Tested by

no test coverage detected