MCPcopy 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
112func TestConfigSetInvalidURL(t *testing.T) {
113 heyFail(t, "config", "set", "base_url", "not-a-url")
114}
115
116func TestConfigSetUnknownKey(t *testing.T) {
117 heyFail(t, "config", "set", "nonexistent_key", "value")

Callers

nothing calls this directly

Calls 1

heyFailFunction · 0.85

Tested by

no test coverage detected