Skip to content

Commit

Permalink
Merge pull request #799 from monstermunchkin/fixes/openeuler
Browse files Browse the repository at this point in the history
sources: Fix openeuler tests
  • Loading branch information
stgraber authored Dec 14, 2023
2 parents 7361953 + 80ef457 commit 7007498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/openeuler-http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ func TestGetLatestRelease(t *testing.T) {
{
"https://repo.openeuler.org/",
"20.03",
"20.03-LTS-SP3",
"20.03-LTS-SP4",
false,
},
{
"https://repo.openeuler.org/",
"20.03-LTS",
"20.03-LTS-SP3",
"20.03-LTS-SP4",
false,
},
{
Expand Down

0 comments on commit 7007498

Please sign in to comment.