Skip to content

Commit

Permalink
bugfix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Nov 19, 2024
1 parent c6601ae commit 30b404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/check/tagging_sync_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function get_action_link(): ?\action_link {
*/
public function get_result(): result {
if (!tag_manager::is_tagging_enabled_and_supported()) {
return new tag_sync_count_result(result::WARNING, get_string('check:tagging:na', 'tool_objectfs'));
return new tag_sync_count_result(result::NA, get_string('check:tagging:na', 'tool_objectfs'));
}

// We only do a lightweight check here, the get_details is overwritten in tag_sync_status_result
Expand Down

0 comments on commit 30b404a

Please sign in to comment.