Skip to content

Commit

Permalink
IT failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanth K B committed Jul 7, 2023
1 parent 1651d05 commit 8cc6435
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ public async Task TestReleaseCreation_ClearingStateAsNewClearing()
httpClient.DefaultRequestHeaders.Authorization =
new AuthenticationHeaderValue(TestConstant.TestSw360TokenType, TestConstant.TestSw360TokenValue);
string expectedname = "rxjs";
string expectedversion = "6.5.5";
string expectedversion = "6.5.4";
string expecteddownloadurl = "https://github.com/reactivex/rxjs.git";
string expectedexternalid = "pkg:npm/[email protected].5";
string expectedexternalid = "pkg:npm/[email protected].4";
//url formation for retrieving component details
string url = TestConstant.Sw360ReleaseApi + TestConstant.componentNameUrl + "rxjs";
string responseBody = await httpClient.GetStringAsync(url);//GET method
Expand Down

0 comments on commit 8cc6435

Please sign in to comment.