This commit is contained in:
tobi 2025-04-11 16:16:29 +02:00
parent 4293897c04
commit 67b545ef75

View file

@ -99,7 +99,7 @@ func (suite *InternalToASTestSuite) TestAccountToASBot() {
*testAccount = *suite.testAccounts["local_account_1"] // take zork for this test
// Update zork to be a bot.
testAccount.ActorType = gtsmodel.AccountActorTypeService
testAccount.ActorType = gtsmodel.AccountActorTypeApplication
if err := suite.state.DB.UpdateAccount(context.Background(), testAccount); err != nil {
suite.FailNow(err.Error())
}