Skip to content

Commit

Permalink
Fix ASN precondition test (#7796)
Browse files Browse the repository at this point in the history
fix asn precondition tests
  • Loading branch information
rimashah25 committed Sep 11, 2023
1 parent 9737bca commit 015fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_ops/testing/api/v5/asns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestASN(t *testing.T) {
},
"PRECONDITION FAILED when updating with IMS & IUS Headers": {
ClientSession: TOSession,
EndpointID: GetASNId(t, "7777"),
EndpointID: GetASNId(t, "9999"),
RequestOpts: client.RequestOptions{Header: http.Header{rfc.IfUnmodifiedSince: {currentTimeRFC}}},
RequestBody: map[string]interface{}{
"asn": 8888,
Expand Down

0 comments on commit 015fc8d

Please sign in to comment.