summaryrefslogtreecommitdiff
path: root/internal/oauth/pgclientstore_test.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 16:01:31 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-17 16:01:31 +0100
commit6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3 (patch)
treefb71e4a2ce47ec7c4695fac0cb365c4a569fd80e /internal/oauth/pgclientstore_test.go
parentfiddling (diff)
downloadgotosocial-6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3.tar.xz
getting there.......
Diffstat (limited to 'internal/oauth/pgclientstore_test.go')
-rw-r--r--internal/oauth/pgclientstore_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/oauth/pgclientstore_test.go b/internal/oauth/pgclientstore_test.go
index d6a76981f..eb011fe01 100644
--- a/internal/oauth/pgclientstore_test.go
+++ b/internal/oauth/pgclientstore_test.go
@@ -96,7 +96,6 @@ func (suite *PgClientStoreTestSuite) TestClientSetAndDelete() {
deletedClient, err := cs.GetByID(context.Background(), suite.testClientID)
suite.Assert().Nil(deletedClient)
suite.Assert().NotNil(err)
- suite.EqualValues("pg: no rows in result set", err.Error())
}
func TestPgClientStoreTestSuite(t *testing.T) {