MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / runHTTPSSetupExpectError

Function runHTTPSSetupExpectError

scripts/https_setup_test.go:495–499  ·  view source on GitHub ↗
(t *testing.T, configPath string, input string, extraEnv map[string]string)

Source from the content-addressed store, hash-verified

493}
494
495func runHTTPSSetupExpectError(t *testing.T, configPath string, input string, extraEnv map[string]string) (string, error) {
496 t.Helper()
497
498 return runHTTPSSetupCommand(t, configPath, input, extraEnv)
499}
500
501func runHTTPSSetupCommand(t *testing.T, configPath string, input string, extraEnv map[string]string) (string, error) {
502 t.Helper()

Calls 1

runHTTPSSetupCommandFunction · 0.85

Tested by

no test coverage detected