Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Mar 29, 2024
1 parent 1d2445d commit 76602cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestRESTConnector(t *testing.T) {
func TestRESTConnector_configurationFailure(t *testing.T) {
c := NewRESTConnector()
_, err := c.ParseConfiguration(context.Background(), "")
assert.NoError(t, err, "the config.{json,yaml,yml} file does not exist at")
assert.Error(t, err, "the config.{json,yaml,yml} file does not exist at")
}

func TestRESTConnector_authentication(t *testing.T) {
Expand Down

0 comments on commit 76602cd

Please sign in to comment.