Skip to content

Commit

Permalink
remove redundant settings update
Browse files Browse the repository at this point in the history
Signed-off-by: HenryL27 <[email protected]>
  • Loading branch information
HenryL27 committed Sep 1, 2023
1 parent 85a2901 commit 51b1cbd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class RestMemoryCreateConversationActionIT extends MLCommonsRestTestCase

@Before
public void setupFeatureSettings() throws IOException {
super.setupSettings();
Response response = TestHelper
.makeRequest(
client(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class RestMemoryCreateInteractionActionIT extends MLCommonsRestTestCase {

@Before
public void setupFeatureSettings() throws IOException {
super.setupSettings();
Response response = TestHelper
.makeRequest(
client(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class RestMemoryDeleteConversationActionIT extends MLCommonsRestTestCase

@Before
public void setupFeatureSettings() throws IOException {
super.setupSettings();
Response response = TestHelper
.makeRequest(
client(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class RestMemoryGetConversationsActionIT extends MLCommonsRestTestCase {

@Before
public void setupFeatureSettings() throws IOException {
super.setupSettings();
Response response = TestHelper
.makeRequest(
client(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class RestMemoryGetInteractionsActionIT extends MLCommonsRestTestCase {

@Before
public void setupFeatureSettings() throws IOException {
super.setupSettings();
Response response = TestHelper
.makeRequest(
client(),
Expand Down

0 comments on commit 51b1cbd

Please sign in to comment.