Skip to content

Commit

Permalink
Fix migration test after 1.2.0 release (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Jul 20, 2023
1 parent d413cef commit f8ac3c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/e2e/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,20 @@ func assertAliases(t *testing.T, actual []*gqlModel.Alias) {
Command: "kubectl",
Deployments: nil,
},
{
ID: "",
Name: "x",
DisplayName: "Exec alias",
Command: "exec",
Deployments: nil,
},
{
ID: "",
Name: "chatgpt",
DisplayName: "Doctor alias",
Command: "doctor",
Deployments: nil,
}

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Lint Go code

missing ',' before newline in composite literal

Check failure on line 263 in test/e2e/migration_test.go

View workflow job for this annotation

GitHub Actions / Migration e2e test (discord)

missing ',' before newline in composite literal
}

assert.Len(t, actual, 2)
Expand Down

0 comments on commit f8ac3c1

Please sign in to comment.