We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8b02 commit ed43a99Copy full SHA for ed43a99
test/azure_blobs_exception_tests.jl
@@ -277,6 +277,10 @@ end # @testitem
277
278
@testset "429: Too Many Requests" begin
279
# See https://www.rfc-editor.org/rfc/rfc6585#section-4
280
+ nrequests = test_status(:GET, 429)
281
+ @test nrequests == 1
282
+ nrequests = test_status(:PUT, 429)
283
284
# See https://www.rfc-editor.org/rfc/rfc9110#field.retry-after
285
# TODO: We probably should respect the Retry-After header, but we currently don't
286
# (and we don't know if Azure actually sets it)
0 commit comments