File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test_elasticsearch/test_client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def func_beta(*args, **kwargs):
6060
6161 func_beta ()
6262
63- assert len (recwarn ) == 1
63+ assert len (recwarn ) == 1 , [ w . message for w in recwarn ]
6464 user_warning = recwarn .pop (GeneralAvailabilityWarning )
6565 assert user_warning .category == GeneralAvailabilityWarning
6666 assert user_warning .message .args [0 ].startswith (
@@ -75,7 +75,7 @@ def func_experimental(*args, **kwargs):
7575
7676 func_experimental ()
7777
78- assert len (recwarn ) == 1
78+ assert len (recwarn ) == 1 , [ w . message for w in recwarn ]
7979 user_warning = recwarn .pop (GeneralAvailabilityWarning )
8080 assert user_warning .category == GeneralAvailabilityWarning
8181 assert user_warning .message .args [0 ].startswith (
You can’t perform that action at this time.
0 commit comments