Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Jul 16, 2024
1 parent c15c955 commit fe9dd78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/world-about-handler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ test('world about handler /world/:world_name/about', function ({ components, stu
enabled: false,
dataImage: `http://0.0.0.0:3000/contents/${entity.content[0].hash}`
},
map: {
minimapEnabled: false,
sizes: []
},
skybox: {
textures: [`http://0.0.0.0:3000/contents/${entity.content[0].hash}`]
},
Expand Down

0 comments on commit fe9dd78

Please sign in to comment.