Skip to content

Commit

Permalink
Remove all the ServiceCatalog logic (#3515)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia authored Oct 6, 2021
1 parent 878ee04 commit a9cebe5
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,251 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/actions/apps.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe("upgradeApp", () => {
"kubeapps",
);

it("calls ServiceBinding.delete and returns true if no error", async () => {
it("calls App.upgrade and returns true if no error", async () => {
App.upgrade = jest.fn().mockImplementationOnce(() => true);
const res = await store.dispatch(provisionCMD);
expect(res).toBe(true);
Expand Down
Loading

0 comments on commit a9cebe5

Please sign in to comment.