Commit 3ac872c
committed
Fix a transiently failing API test.
``` 'populated_state_message': 'Failed to fetch collection element(s):\n\n- Failed to fetch url https://raw.githubusercontent.com/galaxyproject/galaxy/dev/test-data/4.bed. HTTP Error 429: Too Many Requests',```
I've stopped writing tests like this since the base64 URIs were implemented, not depending on an external service - even one as dependable as Github - provides greater test isolation and robustness and walks essentially all the same code paths in terms of Galaxy code we'd like to test.1 parent d0dc2ad commit 3ac872c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | 440 | | |
442 | 441 | | |
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
446 | | - | |
| 445 | + | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
| 465 | + | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
0 commit comments