Skip to content

Commit

Permalink
redundant comment
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Aug 11, 2023
1 parent eb1c365 commit a739562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/sync_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func TestSyncWithApplyOutOfSyncOnly(t *testing.T) {
}).
Then().
Expect(SyncStatusIs(SyncStatusCodeOutOfSync)).
// app should remain synced when app has skipped annotation even if git change detected
When().
PatchFile("guestbook-ui-deployment.yaml", `[{ "op": "replace", "path": "/spec/replicas", "value": 1 }]`).
Sync().
Expand Down

0 comments on commit a739562

Please sign in to comment.