mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 22:04:30 +00:00
fix(msteams): Fix code formatting
Remove trailing whitespace to pass oxfmt format check.
This commit is contained in:
committed by
Peter Steinberger
parent
ecbb3bcc1a
commit
773ab319ef
@@ -159,7 +159,7 @@ describe("msteams file consent invoke authz", () => {
|
||||
await vi.waitFor(() => {
|
||||
expect(fileConsentMockState.uploadToConsentUrl).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
|
||||
expect(fileConsentMockState.uploadToConsentUrl).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
url: "https://upload.example.com/put",
|
||||
|
||||
Reference in New Issue
Block a user