diff options
Diffstat (limited to 'bridge/github/config_test.go')
-rw-r--r-- | bridge/github/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/github/config_test.go b/bridge/github/config_test.go index a2043404..e2e334fe 100644 --- a/bridge/github/config_test.go +++ b/bridge/github/config_test.go @@ -191,7 +191,7 @@ func TestValidateProject(t *testing.T) { { name: "private repository and token with scope 'repo'", args: args{ - project: "git-bug-test-github-bridge", + project: "test-github-bridge", owner: "git-bug", token: tokenPrivate, }, @@ -200,7 +200,7 @@ func TestValidateProject(t *testing.T) { { name: "private repository and token with scope 'public_repo'", args: args{ - project: "git-bug-test-github-bridge", + project: "test-github-bridge", owner: "git-bug", token: tokenPublic, }, |