You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by mitchell852 <gi...@git.apache.org> on 2017/04/18 17:41:21 UTC

[GitHub] incubator-trafficcontrol pull request #403: [TC-184] Org tenancy - delivery ...

Github user mitchell852 commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/403#discussion_r112017095
  
    --- Diff: traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t ---
    @@ -72,7 +72,7 @@ my $count_response = sub {
     	return $t->success( is( scalar(@$r), $count ) );
     };
     
    -$t->get_ok('/api/1.2/deliveryservices/list?logsEnabled=true')->status_is(200)->$count_response(2)
    +$t->get_ok('/api/1.2/deliveryservices/list?logsEnabled=true')->status_is(200)->$count_response(3)
    --- End diff --
    
    this doesn't seem related to your PR. you might want to rebase or merge from master and see if this change is still necessary.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---