Fix test failure caused by glitch-soc changes

This commit is contained in:
Claire
2023-12-19 20:59:28 +01:00
parent 2e786e13cb
commit 6c00d5b0c4
3 changed files with 9 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ describe 'Instances' do
expect(body_as_json)
.to be_present
.and include(title: 'Mastodon')
.and include(title: 'Mastodon Glitch Edition')
end
end
@@ -30,7 +30,7 @@ describe 'Instances' do
expect(body_as_json)
.to be_present
.and include(title: 'Mastodon')
.and include(title: 'Mastodon Glitch Edition')
end
end
end