Skip to content

Commit

Permalink
update githash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed May 2, 2024
1 parent cf36e65 commit b807e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/local_function_module_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_local_function_module(self):
# assume test user is already approved as a developer
# (1) register the test repo
giturl = self.cUtil.get_test_repo_1()
githash = 'a01e1a20b9c504a0136c75323b00b1cd4c7f7970' # branch local_method_module
githash = 'a8915afe6811de9199897d710348befad8f6f7ab' # branch local_method_module
registration_id = self.catalog.register_repo(self.cUtil.user_ctx(),
{'git_url': giturl,
'git_commit_hash': githash})[0]
Expand Down

0 comments on commit b807e19

Please sign in to comment.