about summary refs log tree commit diff stats
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/fetch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/fetch_test.go b/registry/fetch_test.go
index 0bf7920..2a7c471 100644
--- a/registry/fetch_test.go
+++ b/registry/fetch_test.go
@@ -100,7 +100,7 @@ var getTwtxtCases = []struct {
 	},
 	{
 		name:      "Remote Registry",
-		url:       "https://twtxt.tilde.institute/api/plain/tweets/",
+		url:       "https://twtxt.tilde.institute/api/plain/tweets/all",
 		wantErr:   false,
 		localOnly: false,
 	},