Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie <yangcao@redhat.com>
  • Loading branch information
yangcao77 committed Apr 18, 2023
1 parent 5a0c2d5 commit d3d4fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devfile/parser/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func TestReadAndParseKubernetesYaml(t *testing.T) {
t.Errorf("unexpected error: %v, wantErr: %v", err, tt.wantErr)
return
}
if tt.testParseYamlOnly {
if !tt.testParseYamlOnly {
for _, value := range values {
kubernetesMap := value.(map[string]interface{})

Expand Down

0 comments on commit d3d4fe8

Please sign in to comment.