Skip to content

Commit

Permalink
remove extra rows
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
Jorge Turrado committed Jul 20, 2022
1 parent 8e03a8e commit 7309c16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/scalers_go/mongodb/mongodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ func testScaleUp(t *testing.T, kc *kubernetes.Clientset, mongoPod string) {
t.Log("--- testing scale up ---")

insertCmd := fmt.Sprintf(`db.%s.insert([
{"region":"eu-1","state":"running","plan":"planA","goods":"apple"},
{"region":"eu-1","state":"running","plan":"planA","goods":"orange"},
{"region":"eu-1","state":"running","plan":"planA","goods":"strawberry"},
{"region":"eu-1","state":"running","plan":"planA","goods":"cherry"},
{"region":"eu-1","state":"running","plan":"planA","goods":"pineapple"}
Expand Down

0 comments on commit 7309c16

Please sign in to comment.