Merge branch 'master' into 13751-shared-with-me-view
[arvados.git] / src / services / groups-service / groups-service.test.ts
index 92d227781cc64dddc51c5577d55d31fb351691f2..e1157f4b177e5ca18c9764c9bb249cf1467d7074 100644 (file)
@@ -3,8 +3,8 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import axios from "axios";
-import MockAdapter from "axios-mock-adapter/types";
-import GroupsService from "./groups-service";
+import MockAdapter from "axios-mock-adapter";
+import { GroupsService } from "./groups-service";
 
 describe("GroupsService", () => {
 
@@ -16,7 +16,7 @@ describe("GroupsService", () => {
 
     it("#contents", async () => {
         axiosMock
-            .onGet("/groups/1/contents/")
+            .onGet("/groups/1/contents")
             .reply(200, {
                 kind: "kind",
                 offset: 2,