8000
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 5d81e8c commit 16ed151Copy full SHA for 16ed151
integration/test_dynamic_links.py
@@ -26,7 +26,7 @@
26
try:
27
dynamic_links_e2e_url = testutils.resource('dynamic_links_e2e_url.txt').strip()
28
except IOError:
29
- sys.stderr.write("\nEnd to end tests not set up, see CONTRIBTING.md file.\n")
+ sys.stderr.write("\nEnd to end tests not set up, see CONTRIBUTING.md file.\n")
30
31
@pytest.mark.skipif(not dynamic_links_e2e_url,
32
reason="End to end tests not set up, see CONTRIBTING.md file.")
0 commit comments