Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed failing integration test.
Browse files Browse the repository at this point in the history
mitchell-as committed Oct 21, 2024
1 parent bd29067 commit d40c986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/manifest_int_test.go
Original file line number Diff line number Diff line change
@@ -83,12 +83,12 @@ func (suite *ManifestIntegrationTestSuite) TestManifest_Advanced_Reqs() {
bsf := filepath.Join(ts.Dirs.Work, constants.BuildScriptFileName)
fileutils.WriteFile(bsf, []byte(fmt.Sprintf(
"```\n"+
"Project: ActiveState-CLI-Testing/Python-With-Custom-Reqs\n"+
"Project: https://platform.activestate.com/ActiveState-CLI-Testing/Python-With-Custom-Reqs?branch=main&commitID=92ac7df2-0b0c-42f5-9b25-75b0cb4063f7\n"+
"Time: 2022-07-07T19:51:01.140Z\n"+
"```\n"+`
runtime = state_tool_artifacts_v1(src = sources)
sources = solve(
at_time = at_time,
at_time = TIME,
requirements = [
Req(name = "python", namespace = "language", version = Eq(value = "3.9.13")),
Revision(name = "IngWithRevision", revision_id = "%s"),

0 comments on commit d40c986

Please sign in to comment.