Skip to content

Commit 5cfd10b

Browse files
committed
test: extension upgrade test data
1 parent 7eace00 commit 5cfd10b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,5 @@
471471
}
472472
})
473473
</script>
474-
<!-- Do not remove. Test install extension version: 1 -->
474+
<!-- Do not remove. Test install extension version: 2 -->
475475
{% endblock %}

views_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@example_ext_api.get("/test/{example_data}", description="Example API endpoint")
1919
async def api_example(example_data: str) -> Example:
2020
# Do some python things and return the data
21-
return Example(id="1", wallet=example_data)
21+
return Example(id="2", wallet=example_data)
2222

2323

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

0 commit comments

Comments
 (0)