This is an automated email from the ASF dual-hosted git repository.

srijeet0406 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 015fc8dd0d Fix ASN precondition test (#7796)
015fc8dd0d is described below

commit 015fc8dd0ddc6b1e23353a81fbae924f61458408
Author: Rima Shah <[email protected]>
AuthorDate: Mon Sep 11 17:24:12 2023 -0600

    Fix ASN precondition test (#7796)
    
    fix asn precondition tests
---
 traffic_ops/testing/api/v5/asns_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/testing/api/v5/asns_test.go 
b/traffic_ops/testing/api/v5/asns_test.go
index cbd69bac2b..917d2939dc 100644
--- a/traffic_ops/testing/api/v5/asns_test.go
+++ b/traffic_ops/testing/api/v5/asns_test.go
@@ -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,

Reply via email to