diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-21 02:09:34 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-21 02:09:34 -0400 |
commit | c37aa835d01010af1c486dec6625717a50472fc8 (patch) | |
tree | 20299277167f2bd8eb5031dc5090fa990f385e37 | |
parent | 24e86fbcc7d8c4332290428959228d1df23f8872 (diff) | |
download | getwtxt-c37aa835d01010af1c486dec6625717a50472fc8.tar.gz |
fixed test case for fetching remote registry data
-rw-r--r-- | registry/fetch_test.go | 2 |
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, }, |