Removed extra :

This commit is contained in:
Justin Anderson 2016-06-02 16:35:40 -06:00
parent 86f59b3e80
commit 0cb1bfa0d3

View File

@ -27,7 +27,7 @@ def check_status():
Check the status of the rubygems source
'''
ret = salt.utils.http.query('https://rubygems.org', status=True)
return ret['status'] == 200:
return ret['status'] == 200
@destructiveTest