Renamed the "error" static assets at the Resources folder in the Website service target as "not-found".
This commit is contained in:
@@ -268,7 +268,7 @@ struct AppTests {
|
||||
) { response in
|
||||
let body = String(buffer: response.body)
|
||||
|
||||
#expect(body.contains("/css/error.css?v="))
|
||||
#expect(body.contains("/css/not-found.css?v="))
|
||||
#expect(body.contains("/js/shared.js?v="))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user