From 8853b23c8f6dabc1bcfb94533db601077e9422b1 Mon Sep 17 00:00:00 2001 From: David Crossley Date: Tue, 18 Aug 2020 16:00:11 +1000 Subject: [PATCH] Use FQDN .dev.folio.org FOLIO-2706 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b82ac66..f126635ac 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ yarn test-int --show To skip the build step and run integration tests against a build that is already running, provide the URL. ``` -$ yarn test-int --url http://folio-testing.aws.indexdata.com/ +$ yarn test-int --url https://folio-testing.dev.folio.org/ ``` As a convenience, `--local` can be used in place of `--url http://localhost:3000` for running tests a development server that has already been started.