From 6b2e29d7fc95a556cd15705600b4588620435c13 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 10 Dec 2018 22:51:55 +0000 Subject: [PATCH] --- test/raven-integration/util.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/raven-integration/util.cs b/test/raven-integration/util.cs index 32ffafd7..1a3a32c7 100644 --- a/test/raven-integration/util.cs +++ b/test/raven-integration/util.cs @@ -12,8 +12,8 @@ namespace raven_integration { private static HttpClient client { get; } = new HttpClient(); - // private static string API_BASE_URL = "http://localhost:7575/api/v8.0/"; - private static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/"; + private static string API_BASE_URL = "http://localhost:7575/api/v8.0/"; + //private static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/"; public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";