Bael-3893 - Fixed tests causing build to fail

This commit is contained in:
Kyle Doyle
2020-05-13 16:33:31 -04:00
parent 9194d94eeb
commit 7a6eb5d217
2 changed files with 4 additions and 2 deletions
@@ -10,8 +10,8 @@ import java.util.Map;
public class AppSyncClientHelper {
static String apiUrl = "https://m4i3b6icrrb7livfbypfspiifi.appsync-api.us-east-2.amazonaws.com";
static String apiKey = "da2-bm4rpatkkrc5jfyhvvq7itjeke";
static String apiUrl = "<INSERT API URL HERE>";
static String apiKey = "<INSERT API KEY HERE>";
static String API_KEY_HEADER = "x-api-key";
public static WebClient.ResponseSpec getResponseBodySpec(Map<String, Object> requestBody) {