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
moto.core.responses_custom_registry.CustomRegistry does not implement remove() method, code will fallback to inherited responses.registries.FirstMatchRegistry
test env is current moto master (release 5.0.25) using make init
here is a test case which fails due to infinite loop
moto.core.responses_custom_registry.CustomRegistry
does not implementremove()
method, code will fallback to inheritedresponses.registries.FirstMatchRegistry
test env is current moto master (release 5.0.25) using
make init
here is a test case which fails due to infinite loop
suggested fix
The text was updated successfully, but these errors were encountered: