8000 typo fix · coder/coder@7412796 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7412796

Browse files
committed
typo fix
1 parent 55351f6 commit 7412796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/healthcheck/health/model_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func Test_MessageURL(t *testing.T) {
1717
base string
1818
expected string
1919
}{
20-
{"empty", "", "", "https://coder.com/docs/admin/monitoring/health-check#eunknownn"},
20+
{"empty", "", "", "https://coder.com/docs/admin/monitoring/health-check#eunknown"},
2121
{"default", health.CodeAccessURLFetch, "", "https://coder.com/docs/admin/monitoring/health-check#eacs03"},
2222
{"custom docs base", health.CodeAccessURLFetch, "https://example.com/docs", "https://example.com/docs/admin/monitoring/health-check#eacs03"},
2323
} {

0 commit comments

Comments
 (0)
0