Skip to content

Commit c79f1ba

Browse files
committed
fix test
1 parent 3082d7d commit c79f1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/lfstransfer/backend/util_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func TestToInternalLFSURL(t *testing.T) {
3232

3333
func TestIsInternalLFSURL(t *testing.T) {
3434
defer test.MockVariableValue(&setting.LocalURL, "http://localurl/")()
35+
defer test.MockVariableValue(&setting.InternalToken, "mock-token")()
3536
cases := []struct {
3637
url string
3738
expected bool

0 commit comments

Comments
 (0)