From fe2cdb915a40a421f918da2e1c52095064245c82 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Sun, 12 Apr 2020 16:23:27 -0700 Subject: [PATCH] tests --- frontend/cypress.json | 1 + types/oauth.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 types/oauth.go diff --git a/frontend/cypress.json b/frontend/cypress.json index 023f155c..31e4ceea 100644 --- a/frontend/cypress.json +++ b/frontend/cypress.json @@ -8,6 +8,7 @@ "DB_PASS": "password123", "GO_ENV": "production" }, + "baseUrl": "http://localhost:8080", "chromeWebSecurity": false, "defaultCommandTimeout": 30000, "requestTimeout": 30000, diff --git a/types/oauth.go b/types/oauth.go deleted file mode 100644 index ab1254f4..00000000 --- a/types/oauth.go +++ /dev/null @@ -1 +0,0 @@ -package types