We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3082d7d commit c79f1baCopy full SHA for c79f1ba
modules/lfstransfer/backend/util_test.go
@@ -32,6 +32,7 @@ func TestToInternalLFSURL(t *testing.T) {
32
33
func TestIsInternalLFSURL(t *testing.T) {
34
defer test.MockVariableValue(&setting.LocalURL, "http://localurl/")()
35
+ defer test.MockVariableValue(&setting.InternalToken, "mock-token")()
36
cases := []struct {
37
url string
38
expected bool
0 commit comments