-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/15134 set response body (#15287)
* #15134 See #15075 and department-of-veterans-affairs/va.gov-team#65182 for the Original PR and Github Issue, respectively. This PR exposes a `body` attribute on the `GiBillStatusResponse` object, so it can be logged out as intended in the original PR.
- Loading branch information
1 parent
f5933e6
commit f1d53ec
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,10 @@ def error_type | |
'unknown' | ||
end | ||
|
||
def body | ||
@response.body | ||
end | ||
|
||
private | ||
|
||
def timeout? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters