diff options
author | 2021-03-20 19:08:40 +0100 | |
---|---|---|
committer | 2021-03-20 19:08:40 +0100 | |
commit | 995e61bb07f57b862e7c6e687e6215ca6d445061 (patch) | |
tree | 9d6934e84d7331f425e2b7da30410e8f70030750 /internal/oauth/pgclientstore_test.go | |
parent | Create FUNDING.yml (diff) | |
parent | Go mod tidy (diff) | |
download | gotosocial-995e61bb07f57b862e7c6e687e6215ca6d445061.tar.xz |
Merge pull request #6 from gotosocial/fun_with_oauth2
oauth2
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) { |