Skip to content

Commit

Permalink
Merge pull request #99 from kbaseapps/fix-narrativemanager-tests
Browse files Browse the repository at this point in the history
UIP-49 First steps on narrativemanager updating.
  • Loading branch information
briehl authored Aug 23, 2024
2 parents 80542d5 + a272dc3 commit f769976
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 202 deletions.
4 changes: 1 addition & 3 deletions lib/NarrativeService/NarrativeServiceImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from NarrativeService.data.objectswithsets import ObjectsWithSets
from NarrativeService.DynamicServiceCache import DynamicServiceClient
from NarrativeService.NarrativeListUtils import NarrativeListUtils, NarratorialUtils
from NarrativeService.NarrativeManager import NarrativeManager
from NarrativeService.narrativemanager import NarrativeManager
from NarrativeService.reportfetcher import ReportFetcher
from NarrativeService.SearchServiceClient import SearchServiceClient
from NarrativeService.sharing.sharemanager import ShareRequester
Expand Down Expand Up @@ -41,8 +41,6 @@ def _nm(self, ctx):
"""
return NarrativeManager(self.config,
ctx["user_id"],
self._get_set_api_client(ctx["token"]),
self._get_data_palette_client(ctx["token"]),
self._get_workspace_client(ctx["token"]),
self._get_search_client(ctx["token"]))

Expand Down
Loading

0 comments on commit f769976

Please sign in to comment.