You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,13 +69,11 @@ Reported tags:
69
69
method:"PostsController#index",
70
70
http_method:"GET",
71
71
format:"html",
72
-
status: ["200", ""],
72
+
status: ["500"],
73
73
exception:"ArgumentError"
74
74
}
75
75
```
76
76
77
-
*Note*: If an exception happens during that particular action the `status` will be blank and the tag `exception` will contain the name of the exception class. The status is blank because we can't know how you handle the exception outside the action.
0 commit comments