Skip to content

Commit a80b565

Browse files
Copilotdylan-smith
andcommitted
Remove unused getTeamUrl variable from test
Co-authored-by: dylan-smith <[email protected]>
1 parent fb7fbcb commit a80b565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public async Task CreateTeam_Retries_On_500_Error_And_Returns_Existing_Team()
139139

140140
var createUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams";
141141
var getTeamsUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams";
142-
var getTeamUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams/{teamSlug}";
143142
var payload = new { name = teamName, privacy = "closed" };
144143

145144
// Setup for the first call to fail with 500

0 commit comments

Comments
 (0)