26
edits
(Adds punctuation to T15) |
(Include instructions on diffing the two files in T15) |
||
Line 323: | Line 323: | ||
"storyLimit": 39, | "storyLimit": 39, | ||
"after": 6853094612582369220 | "after": 6853094612582369220 | ||
}' | arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token | }' | arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token <your-token> feed.for_email.query -- > output.txt | ||
</syntaxhighlight> | </syntaxhighlight> | ||
====Results==== | ====Results==== | ||
# | # Copy the [[Phabricator/TestPlan/ExpectationT15|expected payload]] and put it into a file, such as <code>expected.txt</code> | ||
# Check that the file files are identical: | |||
<syntaxhighlight lang="bash"> | |||
$ diff output.txt expected.txt | |||
</syntaxhighlight> | |||
or on Windows: | |||
<syntaxhighlight> | |||
$ fc output.txt expected.txt | |||
</syntaxhighlight> |
edits