Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Nov 6, 2023
1 parent 18178fd commit b125b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/portal/apps/site_search/api/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_file_search_util(mock_file_search, regular_user):
[{'name': 'testfile',
'path': '/path/to/testfile'}]}
client = regular_user.tapis_oauth.client
res = files_search(client, 'test_query', 'test_system')
res = files_search(client, '/', 'test_query', 'test_system')

mock_file_search.assert_called_with(client, 'test_system', '/',
query_string='test_query',
Expand Down

0 comments on commit b125b29

Please sign in to comment.