Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed May 29, 2023
1 parent 9689e72 commit 8a97ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vercel/api_token_test.go
Expand Up @@ -40,7 +40,7 @@ func TestAPITokenImporter(t *testing.T) {
},
},
"config file (Linux)": {
OS: "darwin",
OS: "linux",
Files: map[string]string{
"~/.config/com.vercel.cli/auth.json": plugintest.LoadFixture(t, "auth.json"),
},
Expand Down

0 comments on commit 8a97ee1

Please sign in to comment.