Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

test: deploy mode test failure #145

Merged
merged 4 commits into from
Jun 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
telpirion committed Jun 2, 2021
commit 9dfe943f2d72c4ad51a94e9c79d1eb61274a8988
1 change: 0 additions & 1 deletion samples/test/deploy-model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe('AI platform deploy model', () => {
});

after('should undeploy the deployed model', async () => {

// If test failed, the attempt to undeploy will fail too.
// Check to see whether we have a deployedModelId
if (deployedModelId === undefined) {
Expand Down