From 2478fc817e44d7486e00110468fbadcaa5c101b6 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Mon, 28 Mar 2022 08:41:17 -0600
Subject: [PATCH] Update url

---
 .../cypress/integration/hazard/static/static-hazard.spec.ts     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/nshmp-apps/cypress/integration/hazard/static/static-hazard.spec.ts b/projects/nshmp-apps/cypress/integration/hazard/static/static-hazard.spec.ts
index 29f544276..68867d6e3 100644
--- a/projects/nshmp-apps/cypress/integration/hazard/static/static-hazard.spec.ts
+++ b/projects/nshmp-apps/cypress/integration/hazard/static/static-hazard.spec.ts
@@ -1,7 +1,7 @@
 import {navigation} from '../../../../../nshmp-lib/src/lib/utils/navigation.utils';
 import * as utils from '../../../utils';
 
-const url = '/ws/nshmp/conus-2018/static/hazard';
+const url = 'https://**/ws/nshmp/*/static/hazard';
 
 describe('Static Hazard Application', () => {
   beforeEach(() => {
-- 
GitLab