Merge pull request #521 from michelleN/go-vet

fix(deployments_test): fix small go vet error
pull/526/head
Michelle Noorali 9 years ago
commit 62c1bb3855

@ -133,7 +133,7 @@ func TestGetDeployments(t *testing.T) {
}
if out.State.Status != common.CreatedStatus {
t.Errorf("Unexpected status %d", out.State.Status)
t.Errorf("Unexpected status %v", out.State.Status)
}
}

Loading…
Cancel
Save