wantTo('Manage station remote relays via API.'); $station = $this->getTestStation(); $this->testCrudApi( $I, '/api/station/' . $station->getId() . '/remotes', [ 'type' => RemoteAdapters::Icecast->value, 'display_name' => 'Test Remote Relay', ], [ 'display_name' => 'Modified Remote Relay', ] ); } }