Page MenuHomePhabricator

Fix an out-of-date API call on the destruction pathway for Pholio mocks
ClosedPublic

Authored by epriestley on Apr 10 2020, 3:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 1:44 PM
Unknown Object (File)
Mar 10 2024, 10:46 PM
Unknown Object (File)
Jan 9 2024, 8:17 AM
Unknown Object (File)
Dec 30 2023, 5:01 PM
Unknown Object (File)
Dec 27 2023, 6:06 PM
Unknown Object (File)
Dec 26 2023, 6:10 PM
Unknown Object (File)
Dec 22 2023, 8:45 PM
Unknown Object (File)
Dec 20 2023, 1:35 AM
Subscribers
None

Details

Summary

See https://discourse.phabricator-community.org/t/destroying-a-mock-using-bin-remove-destroy-mx-gives-an-error/3728.

Currently, Pholio calls an older API method on the mock destruction pathway. This call was introduced in D19911 but the callsite was only partially updated in D19914.

Test Plan

Ran "bin/remove destroy Mx" to destroy a mock. Before: fatal with a bad call; after: clean destruction.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable