Skip to content

Commit af9a214

Browse files
authored
Merge pull request #11008 from alphagov/pnp-9741-remove-static-references
[PNP-9741] remove static references
2 parents f94f1f2 + 760e1de commit af9a214

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# them here means we don't have to explicitly set them just to run tests.
7171
ENV["GOVUK_APP_DOMAIN"] ||= "test.gov.uk"
7272
ENV["GOVUK_APP_DOMAIN_EXTERNAL"] ||= "test.gov.uk"
73-
ENV["GOVUK_ASSET_ROOT"] ||= "https://static.test.gov.uk"
73+
7474
# Annotate rendered view with file names.
7575
# config.action_view.annotate_rendered_view_with_filenames = true
7676

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ API Error
4747

4848
Solution:
4949

50-
[`search-api`](https://github.com/alphagov/search-api), [`static`](https://github.com/alphagov/static) are helpful to have to running in parallel (depending on what page you are on) via [govuk-docker](https://github.com/alphagov/govuk-docker). Make sure the referenced apps are up to date as well
50+
[`search-api`](https://github.com/alphagov/search-api) is helpful to have to running in parallel (depending on what page you are on) via [govuk-docker](https://github.com/alphagov/govuk-docker). Make sure the referenced apps are up to date as well
5151

5252
Example:
5353

0 commit comments

Comments
 (0)