Skip to content

Commit

Permalink
Strengthen assertions in kubernetes_integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvdimitrov committed Dec 3, 2021
1 parent 68962f1 commit dc77595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/kubernetes/kubernetes_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ func Test_Integration(t *testing.T) {

value, err = c.Get(context.TODO(), "/test")
require.NoError(t, err)
assert.NotNil(t, value)
assert.Equal(t, "test", value)
}

0 comments on commit dc77595

Please sign in to comment.