Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Apr 26, 2024
1 parent e25707d commit b7f7a03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void stopMockLLM() {

@After
public void deleteModel() throws IOException {
undeployModel(modelId);
deleteModel(client(), modelId, null);
}

Expand Down

0 comments on commit b7f7a03

Please sign in to comment.