Skip to content

Commit

Permalink
test: ✅ fix test for /team/predicates endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Feb 19, 2021
1 parent 41bf21c commit e0f3944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("Test /v1/team/{team_name}/predicates endpoint", () => {
.expect(200)
.expect('Content-Type', /json/)
.then((response) => {
expect(response.body).toEqual([]);
expect(response.body).toEqual({});
})
})

Expand Down

0 comments on commit e0f3944

Please sign in to comment.