docs/test/integration/api/logout.bats

14 lines
138 B
Bash

#!/usr/bin/env bats
load ../helpers
function teardown() {
swarm_manage_cleanup
stop_docker
}
# FIXME
@test "docker logout" {
skip
}