Skip to content

Commit

Permalink
Merge pull request #1678 from weather-gov/jt/jsonapi-doc-tweak
Browse files Browse the repository at this point in the history
fix link to jsonapi integration example
  • Loading branch information
jamestranovich-noaa authored Sep 3, 2024
2 parents f512c5a + a801fdc commit a1c2af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ jobs:
- name: run browser tests (Playwright)
if: needs.should-test.outputs.yes == 'true'
uses: ./.github/actions/browser-tests-playwright
- name: dump drupal logs
if: always()
run: docker compose logs drupal

merge-reports:
# Merge reports after playwright-tests, even if some shards have failed
Expand All @@ -237,7 +234,7 @@ jobs:

- name: Merge into HTML Report
run: npx playwright merge-reports --reporter html ./all-blob-reports

- name: Upload HTML report
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ The response should also be a 201 with JSON information about the newly created

# Integration Example

A sample [Python script](../json-api-upload-example.py) is provided to help to aid in integration. Note that this script depends on the [requests](https://pypi.org/project/requests/) library.
A sample [Python script](./json-api-upload-example.py) is provided to help to aid in integration. Note that this script depends on the [requests](https://pypi.org/project/requests/) library.

0 comments on commit a1c2af9

Please sign in to comment.