Fixing tests after changes made by this patch.
This commit is contained in:
parent
3c66fac3d4
commit
db833bd95d
2 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue