diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-16 01:18:23 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-16 22:44:37 +0700 |
| commit | 02ff261893e3b27ba6400973cc3202042a8f3f91 (patch) | |
| tree | f4264e4b555055fd3e8fbe7ef5c4a5aceea144fc /brokenlinks/brokenlinks_test.go | |
| parent | a377e5b0f125d05c3dc3c1be0d46a5616922ae6e (diff) | |
| download | jarink-02ff261893e3b27ba6400973cc3202042a8f3f91.tar.xz | |
brokenlinks: update comment on test case with path
Diffstat (limited to 'brokenlinks/brokenlinks_test.go')
| -rw-r--r-- | brokenlinks/brokenlinks_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brokenlinks/brokenlinks_test.go b/brokenlinks/brokenlinks_test.go index ff9b5d6..f52cde9 100644 --- a/brokenlinks/brokenlinks_test.go +++ b/brokenlinks/brokenlinks_test.go @@ -175,8 +175,8 @@ func TestBrokenlinks(t *testing.T) { }, }, }, { - // Scanning on "/path" should not scan the the "/" or other - // pages other than below of "/path" itself. + // Scanning on "/page2" should not scan the the "/" or other + // pages other than below of "/page2" itself. opts: brokenlinks.Options{ Url: testUrl + `/page2`, }, |
