File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -444,9 +444,12 @@ defmodule PhoenixTest do
444
444
Assert helper to verify current request path. Takes an optional `query_params`
445
445
map.
446
446
447
- > ### Limited live patch implementation {: .warning }
447
+ > ### Note on Live Patch Implementation {: .info }
448
448
>
449
- > The current `assert_path` implementation doesn't support live patches.
449
+ > Capturing the current path in live patches relies on message passing and
450
+ could, therefore, be subject to intermittent failures. Please open an issue if
451
+ you see intermittent failures when using `assert_path` with live patches so we
452
+ can improve the implementation.
450
453
451
454
## Examples
452
455
@@ -473,9 +476,12 @@ defmodule PhoenixTest do
473
476
Verifies current request path is NOT the one provided. Takes an optional
474
477
`query_params` map for more specificity.
475
478
476
- > ### Limited live patch implementation {: .warning }
479
+ > ### Note on Live Patch Implementation {: .info }
477
480
>
478
- > The current `refute_path` implementation doesn't support live patches.
481
+ > Capturing the current path in live patches relies on message passing and
482
+ could, therefore, be subject to intermittent failures. Please open an issue if
483
+ you see intermittent failures when using `refute_path` with live patches so we
484
+ can improve the implementation.
479
485
480
486
## Examples
481
487
You can’t perform that action at this time.
0 commit comments