Skip to content

Commit

Permalink
fix: Fix test sample data, mostly.
Browse files Browse the repository at this point in the history
  • Loading branch information
VelvetToroyashi committed Mar 19, 2024
1 parent 181f75e commit 1aa2be5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": 2,
"token": "none",
"version": 1,
"app_permissions": "180224",
"entitlements": [
{
"id": "999999999999999999",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
],
"permissions": "0"
},
"custom_install_url": "https://www.example.org"
"custom_install_url": "https://www.example.org",
"integration_types_config": { "0": null, "1": null }
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"permissions": "0"
},
"custom_install_url": "https://www.example.org",
"role_connections_verification_url": "https://www.example.org"
"role_connections_verification_url": "https://www.example.org",
"integration_types_config": {
"0": { "scopes": [ "bot", "application.commands" ], "permissions": "0"},
"1": { "scopes": [ "application.commands"] }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
],
"name": "none",
"owner_user_id": "999999999999999999"
}
},
"integration_types_config": { "0": null, "1": null }
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": 2,
"token": "none",
"version": 1,
"app_permissions": "180224",
"entitlements": [
{
"id": "999999999999999999",
Expand Down

0 comments on commit 1aa2be5

Please sign in to comment.