From 56d74127b78f8c498c9ce5f5741cb92e91989daf Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Wed, 12 Feb 2025 09:20:56 -0800 Subject: [PATCH] go fmt unrelated file --- internal/federation/dereferencing/instance_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/federation/dereferencing/instance_test.go b/internal/federation/dereferencing/instance_test.go index 15f075479..c07490d4b 100644 --- a/internal/federation/dereferencing/instance_test.go +++ b/internal/federation/dereferencing/instance_test.go @@ -50,7 +50,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() { // // Debug-level logs should show something like: // - // - "can't fetch /nodeinfo/2.1: robots.txt disallows it" + // - "can't fetch /nodeinfo/2.1: robots.txt disallows it" instanceIRI: testrig.URLMustParse("https://furtive-nerds.example.org"), expectedSoftware: "", }, @@ -60,7 +60,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() { // // Debug-level logs should show something like: // - // - "can't fetch api/v1/instance: robots.txt disallows it" + // - "can't fetch api/v1/instance: robots.txt disallows it" // - "can't fetch .well-known/nodeinfo: robots.txt disallows it" instanceIRI: testrig.URLMustParse("https://robotic.furtive-nerds.example.org"), expectedSoftware: "", @@ -71,7 +71,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() { // // Debug-level logs should show something like: // - // - "can't use fetched .well-known/nodeinfo: robots tags disallows it" + // - "can't use fetched .well-known/nodeinfo: robots tags disallows it" instanceIRI: testrig.URLMustParse("https://really.furtive-nerds.example.org"), expectedSoftware: "", },