From 0ee4b3df4004c92fa976fec47a097febb1a862b9 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Tue, 6 Sep 2022 23:17:42 -0400 Subject: [PATCH] Fix TestCluster1 topic list. --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index fcf04e3..3e84c49 100644 --- a/src/utils.js +++ b/src/utils.js @@ -52,7 +52,7 @@ const mockApi = { 'TestCluster9': mockCluster, 'TestCluster10': mockCluster, }, - '/topics/TestCluster': ['NewReleases'] + '/topics/TestCluster1': ['Purchases'], } /**