about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-21 02:09:34 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-21 02:09:34 -0400
commitc37aa835d01010af1c486dec6625717a50472fc8 (patch)
tree20299277167f2bd8eb5031dc5090fa990f385e37
parent24e86fbcc7d8c4332290428959228d1df23f8872 (diff)
downloadgetwtxt-c37aa835d01010af1c486dec6625717a50472fc8.tar.gz
fixed test case for fetching remote registry data
-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,
 	},