diff options
author | 2021-03-17 16:01:31 +0100 | |
---|---|---|
committer | 2021-03-17 16:01:31 +0100 | |
commit | 6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3 (patch) | |
tree | fb71e4a2ce47ec7c4695fac0cb365c4a569fd80e /internal/oauth/pgclientstore_test.go | |
parent | fiddling (diff) | |
download | gotosocial-6eab00e05e6e65a2b8fc738ae25be5fa6c5283b3.tar.xz |
getting there.......
Diffstat (limited to 'internal/oauth/pgclientstore_test.go')
-rw-r--r-- | internal/oauth/pgclientstore_test.go | 1 |
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) { |