Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 24, 2024
1 parent 8003385 commit e4cbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/amadeus/namespaces.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ describe("Namespaces", () => {
amadeus.shopping.transferOffers.post({} as any);
expect(amadeus["client"].post).toHaveBeenCalledWith(
"/v1/shopping/transfer-offers",
{}
JSON.stringify({})
);
});

Expand Down

0 comments on commit e4cbe7f

Please sign in to comment.