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 166dc27 commit 517b413Copy full SHA for 517b413
internal/plugin/github_test.go
@@ -117,6 +117,7 @@ func TestGithubPluginAuth(t *testing.T) {
117
expectedURL := "https://raw.githubusercontent.com/jetpack-io/devbox-plugins/master/test"
118
119
t.Run("generate request for public Github repository", func(t *testing.T) {
120
+ t.Setenv("GITHUB_TOKEN", "")
121
url, err := githubPlugin.url("test")
122
assert.NoError(t, err)
123
actual, err := githubPlugin.request(url)
0 commit comments