mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 01:09:55 +00:00
Fix test failure caused by glitch-soc changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user