Skip to content

Commit

Permalink
Update test to ensure pipelines are equal (Azure#21099)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Jul 5, 2023
1 parent e7b853e commit 934612c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/azcore/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func TestClientWithClientName(t *testing.T) {
newClient := client.WithClientName("other.Client")
require.EqualValues(t, "other.Client", clientName)
require.EqualValues(t, "v1.0.0", modVersion)
require.EqualValues(t, client.Pipeline(), newClient.Pipeline())
_, err = newClient.Pipeline().Do(req)
require.NoError(t, err)
require.EqualValues(t, "az.namespace:Widget.Factory", attrString)
Expand Down

0 comments on commit 934612c

Please sign in to comment.