Skip to content

Commit df12e64

Browse files
committed
testin v 2 orgs
1 parent 2498132 commit df12e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public BbsToGithub(ITestOutputHelper output)
7171
public async Task Basic(string bbsServer, bool useSshForArchiveDownload, bool useAzureForArchiveUpload)
7272
{
7373
var bbsProjectKey = $"E2E-{TestHelper.GetOsName().ToUpper()}";
74-
var githubTargetOrg = $"e2e-testing-bbs-{TestHelper.GetOsName()}";
74+
var githubTargetOrg = $"e2e-testing-bbs-{TestHelper.GetOsName()}-2";
7575
var repo1 = $"{bbsProjectKey}-repo-1";
7676
var repo2 = $"{bbsProjectKey}-repo-2";
7777

0 commit comments

Comments
 (0)