generated from PenaSide/GolangTemplate
test(integration): set random status fix
This commit is contained in:
parent
8a74754b9b
commit
199aed24ed
@ -126,7 +126,7 @@ func TestSetAccountVerificationStatusFailure(t *testing.T) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if isNotNil := assert.NotNil(t, response.Error); isNotNil {
|
if isNotNil := assert.NotNil(t, response.Error); isNotNil {
|
||||||
assert.Equal(t, 404, response.Error.StatusCode)
|
assert.Equal(t, 400, response.StatusCode)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user