hot fix to take into account preproduction
This commit is contained in:
@@ -49,7 +49,7 @@ class CensusApi
|
||||
end
|
||||
|
||||
def end_point_available?
|
||||
Rails.env.staging? || Rails.env.production?
|
||||
Rails.env.staging? || Rails.env.preproduction? || Rails.env.production?
|
||||
end
|
||||
|
||||
def stubbed_response
|
||||
|
||||
Reference in New Issue
Block a user