summaryrefslogtreecommitdiff
path: root/testrig/db.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-07 15:46:42 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-07 15:46:42 +0200
commitc71e55ecc4c2381785b5f8ae10af74d8a537d6c3 (patch)
treed58bfed57b7232a9b254f8582f9725e2583f8ecd /testrig/db.go
parentBlocklist import (#77) (diff)
downloadgotosocial-c71e55ecc4c2381785b5f8ae10af74d8a537d6c3.tar.xz
clean up some weirdness in the router (#80)
Diffstat (limited to 'testrig/db.go')
-rw-r--r--testrig/db.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/db.go b/testrig/db.go
index 5fa019adc..01cf93934 100644
--- a/testrig/db.go
+++ b/testrig/db.go
@@ -47,6 +47,7 @@ var testModels []interface{} = []interface{}{
&gtsmodel.Emoji{},
&gtsmodel.Instance{},
&gtsmodel.Notification{},
+ &gtsmodel.RouterSession{},
&oauth.Token{},
&oauth.Client{},
}