Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basecamp/hey-cli
/ TestConfigSetInvalidURL
Function
TestConfigSetInvalidURL
tests/smoke/config_test.go:112–114 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
110
}
111
112
func
TestConfigSetInvalidURL(t *testing.T) {
113
heyFail(t,
"config"
,
"set"
,
"base_url"
,
"not-a-url"
)
114
}
115
116
func
TestConfigSetUnknownKey(t *testing.T) {
117
heyFail(t,
"config"
,
"set"
,
"nonexistent_key"
,
"value"
)
Callers
nothing calls this directly
Calls
1
heyFail
Function · 0.85
Tested by
no test coverage detected