Skip to content

Commit d972d80

Browse files
committed
updated tests
1 parent d147356 commit d972d80

10 files changed

+21
-0
lines changed

api_v2/tests/responses/TestObjects.test_class_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@
515515
},
516516
"key": "srd_barbarian",
517517
"name": "Barbarian",
518+
"primary_abilities": [],
518519
"saving_throws": [
519520
{
520521
"name": "Constitution",

api_v2/tests/responses/TestObjects.test_creature_ancient_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"name": "Ancient Red Dragon",
242242
"normal_sight_range": 10560.0,
243243
"passive_perception": 26,
244+
"proficiency_bonus": null,
244245
"resistances_and_immunities": {
245246
"condition_immunities": [],
246247
"condition_immunities_display": "",

api_v2/tests/responses/TestObjects.test_creature_goblin_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"name": "Goblin",
200200
"normal_sight_range": 10560.0,
201201
"passive_perception": 9,
202+
"proficiency_bonus": null,
202203
"resistances_and_immunities": {
203204
"condition_immunities": [],
204205
"condition_immunities_display": "",

api_v2/tests/responses/TestObjects.test_creature_guard_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"name": "Guard",
153153
"normal_sight_range": 10560.0,
154154
"passive_perception": 12,
155+
"proficiency_bonus": null,
155156
"resistances_and_immunities": {
156157
"condition_immunities": [],
157158
"condition_immunities_display": "",

api_v2/tests/responses/TestObjects.test_creatureset_example.approved.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"name": "Camel",
103103
"normal_sight_range": 10560.0,
104104
"passive_perception": 9,
105+
"proficiency_bonus": null,
105106
"resistances_and_immunities": {
106107
"condition_immunities": [],
107108
"condition_immunities_display": "",
@@ -255,6 +256,7 @@
255256
"name": "Donkey",
256257
"normal_sight_range": null,
257258
"passive_perception": 10,
259+
"proficiency_bonus": null,
258260
"resistances_and_immunities": {
259261
"condition_immunities": [],
260262
"condition_immunities_display": "",
@@ -448,6 +450,7 @@
448450
"name": "Draft Horse",
449451
"normal_sight_range": 10560.0,
450452
"passive_perception": 10,
453+
"proficiency_bonus": null,
451454
"resistances_and_immunities": {
452455
"condition_immunities": [],
453456
"condition_immunities_display": "",
@@ -684,6 +687,7 @@
684687
"name": "Elephant",
685688
"normal_sight_range": 10560.0,
686689
"passive_perception": 10,
690+
"proficiency_bonus": null,
687691
"resistances_and_immunities": {
688692
"condition_immunities": [],
689693
"condition_immunities_display": "",
@@ -892,6 +896,7 @@
892896
"name": "Mastiff",
893897
"normal_sight_range": 10560.0,
894898
"passive_perception": 13,
899+
"proficiency_bonus": null,
895900
"resistances_and_immunities": {
896901
"condition_immunities": [],
897902
"condition_immunities_display": "",
@@ -1100,6 +1105,7 @@
11001105
"name": "Mule",
11011106
"normal_sight_range": 10560.0,
11021107
"passive_perception": 10,
1108+
"proficiency_bonus": null,
11031109
"resistances_and_immunities": {
11041110
"condition_immunities": [],
11051111
"condition_immunities_display": "",
@@ -1307,6 +1313,7 @@
13071313
"name": "Pony",
13081314
"normal_sight_range": 10560.0,
13091315
"passive_perception": 10,
1316+
"proficiency_bonus": null,
13101317
"resistances_and_immunities": {
13111318
"condition_immunities": [],
13121319
"condition_immunities_display": "",
@@ -1505,6 +1512,7 @@
15051512
"name": "Riding Horse",
15061513
"normal_sight_range": 10560.0,
15071514
"passive_perception": 10,
1515+
"proficiency_bonus": null,
15081516
"resistances_and_immunities": {
15091517
"condition_immunities": [],
15101518
"condition_immunities_display": "",
@@ -1698,6 +1706,7 @@
16981706
"name": "Warhorse",
16991707
"normal_sight_range": 10560.0,
17001708
"passive_perception": 11,
1709+
"proficiency_bonus": null,
17011710
"resistances_and_immunities": {
17021711
"condition_immunities": [],
17031712
"condition_immunities_display": "",

api_v2/tests/responses/TestObjects.test_feats_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"key": "srd_grappler",
2828
"name": "Grappler",
2929
"prerequisite": "Strength 13 or higher",
30+
"type": "GENERAL",
3031
"url": "http://localhost:8000/v2/feats/srd_grappler/"
3132
}

api_v2/tests/responses/TestObjects.test_item_melee_weapon_example.approved.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@
7171
"detail": null,
7272
"property": {
7373
"name": "Finesse",
74+
"type": null,
7475
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_finesse-wp/"
7576
}
7677
},
7778
{
7879
"detail": null,
7980
"property": {
8081
"name": "Light",
82+
"type": null,
8183
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_light-wp/"
8284
}
8385
}

api_v2/tests/responses/TestObjects.test_item_ranged_weapon_example.approved.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@
7171
"detail": null,
7272
"property": {
7373
"name": "Two-Handed",
74+
"type": null,
7475
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_two-handed-wp/"
7576
}
7677
},
7778
{
7879
"detail": "range 150/600",
7980
"property": {
8081
"name": "Ammunition",
82+
"type": null,
8183
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_ammunition-wp/"
8284
}
8385
}

api_v2/tests/responses/TestObjects.test_subclass_example.approved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"hit_dice": null,
8686
"key": "srd_thief",
8787
"name": "Thief",
88+
"primary_abilities": [],
8889
"saving_throws": [],
8990
"subclass_of": {
9091
"key": "srd_rogue",

api_v2/tests/responses/TestObjects.test_weapon_example.approved.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@
3131
"detail": null,
3232
"property": {
3333
"name": "Finesse",
34+
"type": null,
3435
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_finesse-wp/"
3536
}
3637
},
3738
{
3839
"detail": null,
3940
"property": {
4041
"name": "Light",
42+
"type": null,
4143
"url": "http://localhost:8000/v2/weaponproperties/srd-2014_light-wp/"
4244
}
4345
}

0 commit comments

Comments
 (0)