Skip to content

Commit

Permalink
test: extension upgrade test data
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Sep 4, 2024
1 parent 7eace00 commit 5cfd10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,5 +471,5 @@
}
})
</script>
<!-- Do not remove. Test install extension version: 1 -->
<!-- Do not remove. Test install extension version: 2 -->
{% endblock %}
2 changes: 1 addition & 1 deletion views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@example_ext_api.get("/test/{example_data}", description="Example API endpoint")
async def api_example(example_data: str) -> Example:
# Do some python things and return the data
return Example(id="1", wallet=example_data)
return Example(id="2", wallet=example_data)


@example_ext_api.get("/vetted", description="Get the vetted extension readme")
Expand Down

0 comments on commit 5cfd10b

Please sign in to comment.