summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/api_version_request_handling_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/mixin/api_version_request_handling_spec.rb')
-rw-r--r--spec/unit/mixin/api_version_request_handling_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/api_version_request_handling_spec.rb b/spec/unit/mixin/api_version_request_handling_spec.rb
index cc5340e424..fc42d76d72 100644
--- a/spec/unit/mixin/api_version_request_handling_spec.rb
+++ b/spec/unit/mixin/api_version_request_handling_spec.rb
@@ -54,7 +54,7 @@ describe Chef::Mixin::ApiVersionRequestHandling do
let(:return_hash) {
{
"min_version" => min_server_version,
- "max_version" => max_server_version
+ "max_version" => max_server_version,
}
}