Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 30, 2023
1 parent d49ea1e commit b32fc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestSSHPortFowarding(t *testing.T) {
for _, tt := range tests {
t.Run(tt.book, func(t *testing.T) {
ctx := context.Background()
f, err := New(Book(tt.book))
f, err := New(Book(tt.book), Scopes(ScopeAllowReadParent))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit b32fc0c

Please sign in to comment.