fix(deployments_test): fix small go vet error

pull/521/head
Michelle Noorali 9 years ago
parent baf9ae9c78
commit da846af69f

@ -133,7 +133,7 @@ func TestGetDeployments(t *testing.T) {
} }
if out.State.Status != common.CreatedStatus { 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