Skip to content

Commit

Permalink
Update generate_category_data tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Apr 10, 2024
1 parent 2c23ae3 commit 04ffd01
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ async def json(**kwargs):
"X-RateLimit-Remaining": "999",
"X-RateLimit-Reset": "999",
"Content-Type": "application/json",
"Etag": "321",
},
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296265": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/appdaemon-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "This your first repo!",
"domain": "example",
"downloads": 42,
"etag_repository": "321",
"full_name": "hacs-test-org/integration-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand All @@ -22,6 +23,7 @@
"description": "This your first repo!",
"domain": "example",
"downloads": 42,
"etag_repository": "321",
"full_name": "hacs-test-org/integration-basic-custom",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296267": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/plugin-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296262": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/python_script-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296265": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/appdaemon-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "This your first repo!",
"domain": "example",
"downloads": 42,
"etag_repository": "321",
"full_name": "hacs-test-org/integration-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296267": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/plugin-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296262": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/python_script-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"1296268": {
"description": "This your first repo!",
"downloads": 42,
"etag_repository": "321",
"full_name": "hacs-test-org/template-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296266": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/theme-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"1296268": {
"description": "This your first repo!",
"downloads": 42,
"etag_repository": "321",
"full_name": "hacs-test-org/template-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1296266": {
"description": "This your first repo!",
"etag_repository": "321",
"full_name": "hacs-test-org/theme-basic",
"last_updated": "2011-01-26T19:06:43Z",
"last_version": "1.0.0",
Expand Down

0 comments on commit 04ffd01

Please sign in to comment.