Skip to content

Commit

Permalink
fix: commit tests
Browse files Browse the repository at this point in the history
Signed-off-by: MohammadHasan Akbari <[email protected]>
  • Loading branch information
jarqvi authored and ndeloof committed Nov 27, 2024
1 parent 9eaba55 commit 1ff9b75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkg/e2e/commit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ func TestCommit(t *testing.T) {
projectName,
"commit",
"-a",
"\"John Hannibal Smith <[email protected]>\"",
"John Hannibal Smith <[email protected]>",
"-c",
"\"ENV DEBUG=true\"",
"ENV DEBUG=true",
"-m",
"\"sample commit\"",
"sample commit",
"service",
"service:latest",
)
Expand All @@ -66,11 +66,11 @@ func TestCommitWithReplicas(t *testing.T) {
projectName,
"commit",
"-a",
"\"John Hannibal Smith <[email protected]>\"",
"John Hannibal Smith <[email protected]>",
"-c",
"\"ENV DEBUG=true\"",
"ENV DEBUG=true",
"-m",
"\"sample commit\"",
"sample commit",
"--index=1",
"service-with-replicas",
"service-with-replicas:1",
Expand All @@ -81,11 +81,11 @@ func TestCommitWithReplicas(t *testing.T) {
projectName,
"commit",
"-a",
"\"John Hannibal Smith <[email protected]>\"",
"John Hannibal Smith <[email protected]>",
"-c",
"\"ENV DEBUG=true\"",
"ENV DEBUG=true",
"-m",
"\"sample commit\"",
"sample commit",
"--index=2",
"service-with-replicas",
"service-with-replicas:2",
Expand Down

0 comments on commit 1ff9b75

Please sign in to comment.