Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codehamr/codehamr
/ TestAuthHeader
Function
TestAuthHeader
internal/cloud/cloud_test.go:150–154 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
148
}
149
150
func
TestAuthHeader(t *testing.T) {
151
if
AuthHeader(
"hp_abc"
) !=
"Bearer hp_abc"
{
152
t.Fatal(
"bad auth header"
)
153
}
154
}
Callers
nothing calls this directly
Calls
1
AuthHeader
Function · 0.85
Tested by
no test coverage detected