Skip to content

Commit

Permalink
testin v 2 orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Sep 26, 2024
1 parent 2498132 commit df12e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public BbsToGithub(ITestOutputHelper output)
public async Task Basic(string bbsServer, bool useSshForArchiveDownload, bool useAzureForArchiveUpload)
{
var bbsProjectKey = $"E2E-{TestHelper.GetOsName().ToUpper()}";
var githubTargetOrg = $"e2e-testing-bbs-{TestHelper.GetOsName()}";
var githubTargetOrg = $"e2e-testing-bbs-{TestHelper.GetOsName()}-2";
var repo1 = $"{bbsProjectKey}-repo-1";
var repo2 = $"{bbsProjectKey}-repo-2";

Expand Down

0 comments on commit df12e64

Please sign in to comment.