MCPcopy Create free account
hub / github.com/github/gh-aw / TestBuildRunHTMLURL_GHES

Function TestBuildRunHTMLURL_GHES

pkg/cli/view_command_test.go:88–94  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

86}
87
88func TestBuildRunHTMLURL_GHES(t *testing.T) {
89 got := buildRunHTMLURL("github.example.com", "myorg", "myrepo", 12345)
90 want := "https://github.example.com/myorg/myrepo/actions/runs/12345"
91 if got != want {
92 t.Errorf("buildRunHTMLURL GHES = %q; want %q", got, want)
93 }
94}
95
96// ─── ViewWorkflowRun (local dir with pre-populated JSONL) ────────────────────
97

Callers

nothing calls this directly

Calls 2

buildRunHTMLURLFunction · 0.85
ErrorfMethod · 0.45

Tested by

no test coverage detected