diff options
Diffstat (limited to 'internal/api/client')
| -rw-r--r-- | internal/api/client/account/accountverify_test.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/internal/api/client/account/accountverify_test.go b/internal/api/client/account/accountverify_test.go index 702eb0836..1b5989704 100644 --- a/internal/api/client/account/accountverify_test.go +++ b/internal/api/client/account/accountverify_test.go @@ -42,7 +42,7 @@ func (suite *AccountVerifyTestSuite) TestAccountVerifyGet() {  	// set up the request  	recorder := httptest.NewRecorder() -	ctx := suite.newContext(recorder, http.MethodPatch, nil, account.UpdateCredentialsPath, "") +	ctx := suite.newContext(recorder, http.MethodGet, nil, account.VerifyPath, "")  	// call the handler  	suite.accountModule.AccountVerifyGETHandler(ctx) @@ -67,7 +67,7 @@ func (suite *AccountVerifyTestSuite) TestAccountVerifyGet() {  	suite.NoError(err)  	lastStatusAt, err := time.Parse(time.RFC3339, apimodelAccount.LastStatusAt)  	suite.NoError(err) - +aaaaaaaaaaaaaaaaaaa  	suite.Equal(testAccount.ID, apimodelAccount.ID)  	suite.Equal(testAccount.Username, apimodelAccount.Username)  	suite.Equal(testAccount.Username, apimodelAccount.Acct) | 
