Skip to content

Let QA_REMOTE_GRID be nil or empty string

Dan Davison requested to merge qa-grid-empty-check into master

What does this MR do?

In its current implementation, if ENV['QA_REMOTE_GRID'] is empty string "", remote_grid will produce http://:80

The guard clause will return if ENV['QA_REMOTE_GRID'] is nil or empty string.

Does this MR meet the acceptance criteria?

Edited by Dan Davison

Merge request reports