Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(provisioning_api): drop unused public/remote handler code from …
…tests

Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Aug 18, 2025
commit 255ceb6bac80c05a7da6ad80776e1ebfeae2a950
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ public function testVerifyAppIdThrows(string $app): void {
public static function dataVerifyConfigKey(): array {
return [
['activity', 'abc', ''],
['dav', 'public_route', ''],
['files', 'remote_route', ''],
['core', 'encryption_enabled', 'yes'],
];
}
Expand All @@ -379,10 +377,6 @@ public static function dataVerifyConfigKeyThrows(): array {
['contacts', 'types', ''],
['core', 'encryption_enabled', 'no'],
['core', 'encryption_enabled', ''],
['core', 'public_files', ''],
['core', 'public_dav', ''],
['core', 'remote_files', ''],
['core', 'remote_dav', ''],
];
}

Expand Down
Loading