mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Use to_json call in cli/domains (#38219)
This commit is contained in:
@@ -87,7 +87,7 @@ RSpec.describe Mastodon::CLI::Domains do
|
||||
end
|
||||
|
||||
def json_summary
|
||||
Oj.dump('host.example': { activity: {} })
|
||||
JSON.generate('host.example': { activity: {} })
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user