Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Apr 4, 2024
1 parent d8d9282 commit 5e3da67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class SearchAccessSpec extends BaseIntegrationSpec {
_ <- aclDsl.addPermission(s"/$orgId/$projId1", Rick, Resources.Read)
_ <- aclDsl.addPermission(s"/$orgId/$projId2", Rick, Resources.Read)

_ <- postResource("kg/search/context/neuroshapes.json")
_ <- postResource("kg/search/context/bbp-neuroshapes.json")
_ <- postResource("kg/context/neuroshapes.json")
_ <- postResource("kg/context/bbp-neuroshapes.json")
_ <- postResource("kg/search/data/trace.json")
} yield ()

Expand Down

0 comments on commit 5e3da67

Please sign in to comment.