Skip to content

Commit

Permalink
[#59346] reenable validator check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharonus committed Dec 2, 2024
1 parent 4d62fd2 commit a31ec45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def has_base_configuration_error?
host_url_not_found
.or { missing_dependencies }
.or { version_mismatch }
# .or { with_unexpected_content }
.or { with_unexpected_content }
.or { capabilities_request_failed_with_unknown_error }
end

Expand Down

0 comments on commit a31ec45

Please sign in to comment.