Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Jan 7, 2025
1 parent eadba71 commit 166f107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (suite *IntegrationTestSuite) TestAPIServerDeployment() {
expectedDisplayName := "[Instructlab] Multi-Phase Training Pipeline"

// Retrieve pipelines
pipelines, err := RetrievePipelines(t, suite.Clientmgr.httpClient, APIServerURL)
pipelines, err := TestUtil.RetrievePipelines(t, suite.Clientmgr.httpClient, APIServerURL)
require.NoError(t, err, "Failed to retrieve pipelines")

found := false
Expand Down

0 comments on commit 166f107

Please sign in to comment.