Skip to content

Commit

Permalink
fix idl
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Mishra <[email protected]>
  • Loading branch information
Pushkarm029 committed Jan 3, 2024
1 parent 9faa876 commit ec05c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idl
2 changes: 1 addition & 1 deletion pkg/version/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestRegisterHandler(t *testing.T) {
require.NoError(t, err)
assert.Equal(t, http.StatusOK, resp.StatusCode)
body, err := io.ReadAll(resp.Body)
resp.Body.Close()
require.NoError(t, err)
resp.Body.Close()
assert.Equal(t, expectedJSON, body)
}

0 comments on commit ec05c47

Please sign in to comment.