Skip to content

Commit

Permalink
PLATUI-2703 further refactor of cache-control header test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyFothergill committed Apr 19, 2024
1 parent 02818f4 commit d60e367
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 HM Revenue & Customs
* Copyright 2024 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -47,7 +47,7 @@ class AssetsSpec extends AnyWordSpec with Matchers with Results with GuiceOneApp
headerValue must include("max-age=3600")
case None =>
fail("Cache-Control header not found")
}
}
}
}

Expand Down

0 comments on commit d60e367

Please sign in to comment.