Skip to content

Commit

Permalink
chore: Update SSCAppVersionSpec.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
psmf22 authored Jan 9, 2024
1 parent d7e69bd commit 288dd45
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class SSCAppVersionSpec extends FcliBaseSpec {
}
}


/*
def "createWithCopy"() {
def args = "ssc appversion create --from=10060 --auto-required-attrs --issue-template=Prioritized\\ High\\ Risk\\ Issue\\ Template ${versionSupplier.version.appName}:copied --store=copied"
when:
Expand Down Expand Up @@ -140,8 +140,8 @@ class SSCAppVersionSpec extends FcliBaseSpec {
size()==3
it[1].contains("High 2")
}
}
}*/
//TODO add tests to verify copying of attributes once that is implemented
//the copy action in the UI using the /bulk endpoint sets a copyVersionAttributes flag which doesnt seem to do anything atm
//waiting for feedback from PM if that is supposed to be working, if not Alex plans to implement it client side
}
}

0 comments on commit 288dd45

Please sign in to comment.