Fixing tests after changes made by this patch.

This commit is contained in:
Renan DelValle 2019-06-25 14:16:56 -07:00
parent 3c66fac3d4
commit db833bd95d
2 changed files with 5 additions and 3 deletions

View file

@ -210,7 +210,7 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
IsService(true).
InstanceCount(2).
AddPorts(1).
AddURI(false, false, "test.version", "https://raw.githubusercontent.com/paypal/gorealis/master/.auroraversion")
AddURI(false, false, "zookeeper", "/etc/mesos/zk")
_, err := r.CreateJob(job)
require.NoError(t, err)