We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7fbcb commit a80b565Copy full SHA for a80b565
src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs
@@ -139,7 +139,6 @@ public async Task CreateTeam_Retries_On_500_Error_And_Returns_Existing_Team()
139
140
var createUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams";
141
var getTeamsUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams";
142
- var getTeamUrl = $"https://api.github.com/orgs/{GITHUB_ORG}/teams/{teamSlug}";
143
var payload = new { name = teamName, privacy = "closed" };
144
145
// Setup for the first call to fail with 500
0 commit comments