Skip to content

Commit

Permalink
Fixed up the sitemap test for the new linkable paths format.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 4, 2023
1 parent f6ee495 commit 1e327fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/AppTests/SitemapTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
""")
)
Expand Down

0 comments on commit 1e327fa

Please sign in to comment.