diff --git a/Tests/AppTests/SitemapTests.swift b/Tests/AppTests/SitemapTests.swift index 1e6d816f5..0807ec1a8 100644 --- a/Tests/AppTests/SitemapTests.swift +++ b/Tests/AppTests/SitemapTests.swift @@ -91,8 +91,8 @@ class SitemapTests: SnapshotTestCase { return .init(status: .ok, body: .init(string: """ [ - { "path": "/documentation/foo/bar/1" }, - { "path": "/documentation/foo/bar/2" }, + "/documentation/foo/bar/1", + "/documentation/foo/bar/2", ] """) )