Skip to content

Commit

Permalink
feature: client test
Browse files Browse the repository at this point in the history
Signed-off-by: Timur Guskov <[email protected]>
  • Loading branch information
gv-timur committed Nov 1, 2023
1 parent 5a0ec27 commit 574614f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ClientTest : IrohaTest<AdminIroha2Client>() {

@Test
@WithIroha
@Disabled
fun health(): Unit = runBlocking {
val health = client.health()
assert(health == HttpStatusCode.OK.value)
Expand Down

0 comments on commit 574614f

Please sign in to comment.