Skip to content

Commit

Permalink
fix(tests): a list query to media depends on a submodule and is thus …
Browse files Browse the repository at this point in the history
…not correct here
  • Loading branch information
wzr1337 committed Jul 22, 2017
1 parent 4538530 commit 3ac1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe("operate on /", () => {
});

describe("operate on resource level", () => {
it("should return a list of resources on GET /media/", (done:DoneFn) => {
xit("should return a list of resources on GET /media/", (done:DoneFn) => {
request([BASEURI, "media"].join("/"), {method: "GET"}, (error, response, body) => {
if (error) {
console.log(error, response, body);
Expand Down

0 comments on commit 3ac1c63

Please sign in to comment.