8000 contributing · ykankaya/firebase-admin-python@49b09eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 49b09eb

Browse files
committed
contributing
1 parent 5eb1759 commit 49b09eb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,13 @@ pytest integration/ --cert path/to/service_acct.json --apikey path/to/apikey.txt
179179

180180
### End to end testing for dynamic links.
181181

182-
To run end to end tests for Firebase dynamic follow these steps:
182+
To run end to end tests for Firebase dynamic links follow these steps:
183183

184184
1. From the firebase console, create a short link under "Grow > Dynamic Links".
185-
2. From your broser or phone, go to that short link and see that it redirects as desired.
185+
2. From your browser or phone, go to that short link and see that it redirects as desired.
186186
3. Wait up to 36 hours for stats to show up on the console.
187-
4. Create a file named dynamic_links_e2e_url.txt under tests/data/.
188-
5. Populate that file with the short link you created in #1
189-
e.g. $ echo 'https://your1.app.goo.gl/suff' > tests/data/dynamic_links_e2e_url.txt
187+
4. Create a file at `tests/data/dynamic_links_e2e_url.txt` containing the short link,
188+
e.g. `https://your1.app.goo.gl/suff`.
190189

191190

192191
### Test Coverage

0 commit comments

Comments
 (0)
0