mirror of https://github.com/docker/docker-py.git
removed dockerfile name from test_build_with_invalid_tag
Signed-off-by: Daniel Lombardi <lombardi.daniel.o@gmail.com>
This commit is contained in:
parent
9439a10ea1
commit
25e588b382
|
|
@ -103,7 +103,7 @@ class BuildTest(BaseAPIClientTest):
|
||||||
def test_build_with_invalid_tag(self):
|
def test_build_with_invalid_tag(self):
|
||||||
with pytest.raises(TypeError):
|
with pytest.raises(TypeError):
|
||||||
self.client.build(
|
self.client.build(
|
||||||
".", dockerfile="nameddockerfile", tag="https://example.com"
|
".", tag="https://example.com"
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_build_container_with_container_limits(self):
|
def test_build_container_with_container_limits(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue