Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 13, 2024
1 parent 9ed8ee9 commit 6fcd0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/PluginJamfMobileSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testImportAsComputer() {

// Make sure the new computer is linked properly
$link_iterator = $DB->request([
'SELECT' => ['id', 'udid', 'managed', 'supervised', 'activation_lock_enabled', 'lost_mode_enabled'],
'SELECT' => [PluginJamfMobileDevice::getTable() . '.id', 'udid', 'managed', 'supervised', 'activation_lock_enabled', 'lost_mode_enabled'],
'FROM' => 'glpi_plugin_jamf_devices',
'LEFT JOIN' => [
PluginJamfMobileDevice::getTable() => [
Expand Down

0 comments on commit 6fcd0c6

Please sign in to comment.