Skip to content

Commit

Permalink
Merge branch 'main' into lkingland/client-config-options
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Mar 24, 2022
2 parents f7b0952 + 9a6aaa5 commit 14954fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,12 @@ aliases:
- chizhg
productivity-writers:
- cardil
- chaodaiG
- chizhg
- coryrc
- kvmware
- psschwei
- upodroid
security-wg-leads:
- evankanderson
- julz
Expand Down
2 changes: 2 additions & 0 deletions cmd/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func TestRepository_Rename(t *testing.T) {
list = NewRepositoryListCmd(NewClient)
stdout = piped(t)
)
os.Setenv("FUNC_REPOSITORIES_PATH", "testpath")

// add a repo which will be renamed
add.SetArgs([]string{"newrepo", testRepoURI("repository", t)})
Expand Down Expand Up @@ -118,6 +119,7 @@ func TestRepository_Remove(t *testing.T) {
list = NewRepositoryListCmd(NewClient)
stdout = piped(t)
)
os.Setenv("FUNC_REPOSITORIES_PATH", "testpath")

// add a repo which will be removed
add.SetArgs([]string{"newrepo", testRepoURI("repository", t)})
Expand Down

0 comments on commit 14954fa

Please sign in to comment.