Skip to content

Commit

Permalink
This is what should have been expected in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Nov 6, 2024
1 parent b2c2e61 commit 365e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_tests/env_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestDeleteEnvVariable(t *testing.T) {
message, resp, err := envClient.DeleteEnvVariable(ctx, "testKey")
assert.NoError(t, err)
assert.NotNil(t, resp)
assert.Equal(t, "", message)
assert.Equal(t, "test value", message)

}

Expand Down

0 comments on commit 365e1a6

Please sign in to comment.