Skip to content

Commit

Permalink
fix(dictionary): update test output assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 16, 2023
1 parent a145143 commit ef37b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/dictionary/dictionary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ var updateDictionaryOutputVerbose = strings.Join(
"",
"Service ID (via --service-id): 123",
"",
"Service version 1 is not editable, so it was automatically cloned because --autoclone is enabled. Now operating on",
"INFO: Service version 1 is not editable, so it was automatically cloned because --autoclone is enabled. Now operating on",
"version 4.",
"",
strings.TrimSpace(updateDictionaryNameOutput),
Expand Down

0 comments on commit ef37b23

Please sign in to comment.