mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
more lint
This commit is contained in:
parent
c3650cb2fe
commit
58b8f57d3f
1 changed files with 4 additions and 2 deletions
|
@ -315,7 +315,9 @@ func TestRepoFollowing(t *testing.T) {
|
||||||
|
|
||||||
// Verify it was added.
|
// Verify it was added.
|
||||||
federationHost := unittest.AssertExistsAndLoadBean(t, &forgefed.FederationHost{HostFqdn: "127.0.0.1"})
|
federationHost := unittest.AssertExistsAndLoadBean(t, &forgefed.FederationHost{HostFqdn: "127.0.0.1"})
|
||||||
unittest.AssertExistsAndLoadBean(t, &repo_model.FollowingRepo{ExternalID: "1",
|
unittest.AssertExistsAndLoadBean(t, &repo_model.FollowingRepo{
|
||||||
FederationHostID: federationHost.ID})
|
ExternalID: "1",
|
||||||
|
FederationHostID: federationHost.ID,
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue