mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 15:46:15 -06:00
go fmt unrelated file
This commit is contained in:
parent
90e5a2af8d
commit
56d74127b7
1 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() {
|
||||||
//
|
//
|
||||||
// Debug-level logs should show something like:
|
// 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"),
|
instanceIRI: testrig.URLMustParse("https://furtive-nerds.example.org"),
|
||||||
expectedSoftware: "",
|
expectedSoftware: "",
|
||||||
},
|
},
|
||||||
|
|
@ -60,7 +60,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() {
|
||||||
//
|
//
|
||||||
// Debug-level logs should show something like:
|
// 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"
|
// - "can't fetch .well-known/nodeinfo: robots.txt disallows it"
|
||||||
instanceIRI: testrig.URLMustParse("https://robotic.furtive-nerds.example.org"),
|
instanceIRI: testrig.URLMustParse("https://robotic.furtive-nerds.example.org"),
|
||||||
expectedSoftware: "",
|
expectedSoftware: "",
|
||||||
|
|
@ -71,7 +71,7 @@ func (suite *InstanceTestSuite) TestDerefInstance() {
|
||||||
//
|
//
|
||||||
// Debug-level logs should show something like:
|
// 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"),
|
instanceIRI: testrig.URLMustParse("https://really.furtive-nerds.example.org"),
|
||||||
expectedSoftware: "",
|
expectedSoftware: "",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue