Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinStratu committed Dec 30, 2022
1 parent 083ef12 commit 34ec0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfloader/parser2v3/parse_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Test_rdfParser2_3_getArtifactFromNode(t *testing.T) {
if err != nil {
t.Errorf("error parsing a valid artifactOf node: %v", err)
}
expectedURI := "https://subversion.apache.org/doap.rdf"
expectedURI := "http://subversion.apache.org/doap.rdf"
if artifact.URI != expectedURI {
t.Errorf("wrong artifact URI. Expected: %s, found: %s", expectedURI, artifact.URI)
}
Expand Down

0 comments on commit 34ec0a6

Please sign in to comment.