File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def post_job_for(team)
57
57
end
58
58
end
59
59
60
- # BUG : This request does not produce the same results out of two calls, under the Account cassette.
60
+ # FIXME : This request does not produce the same results out of two calls, under the Account cassette.
61
61
# Something is stomping its request.
62
62
# 1st call, under record all will pass this test
63
63
# 2nd call, under new or none will fail, returning a previously recorded request
@@ -128,7 +128,7 @@ def post_job_for(team)
128
128
end
129
129
end
130
130
131
- # BUG : This request does not produce the same results out of two calls.
131
+ # FIXME : This request does not produce the same results out of two calls.
132
132
# 1st call, under record all will pass this test
133
133
# 2nd call, under non will fail to match with previously recorded request
134
134
# 3rd call, under new will record a worket set of data for this test
You can’t perform that action at this time.
0 commit comments